diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-29 23:20:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-29 23:20:42 +0000 |
| commit | e6a3bf0ca40bf7b53d4b28cf899a47fa0a54c358 (patch) | |
| tree | 63c0eefeb3913a237392c01d1fa62363a607cffb /src | |
| parent | 6eb2768756b856f902cffeef774b3c82f7457420 (diff) | |
Fix initialisation order.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index b4ec1d77d..c20283b2e 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -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(); |
