Fix initialisation order.
authorCarl Hetherington <cth@carlh.net>
Fri, 29 Nov 2013 23:20:42 +0000 (23:20 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 Nov 2013 23:20:42 +0000 (23:20 +0000)
src/tools/dcpomatic.cc

index b4ec1d77da9d754db678c75e191e93af9ddba35a..c20283b2ee6ec5b8375daafd44f3e730e7f55e16 100644 (file)
@@ -244,8 +244,8 @@ class Frame : public wxFrame
 public:
        Frame (wxString const & title)
                : wxFrame (NULL, -1, title)
-               , _servers_list_dialog (0)
                , _hints_dialog (0)
+               , _servers_list_dialog (0)
        {
 #ifdef DCPOMATIC_WINDOWS_CONSOLE               
                 AllocConsole();