X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fplaylist_editor_config_dialog.cc;h=d5c4106eabb46eb0e5c4f377ec71fe162a9998e4;hb=3bc8c0bd2375e8180a2745e760c91cfb59b413d7;hp=63a28b5dd728771fb420fa32c69e8ce29610ca60;hpb=054695b21346c089cb0d6c84d82dbec935d2acd7;p=dcpomatic.git diff --git a/src/wx/playlist_editor_config_dialog.cc b/src/wx/playlist_editor_config_dialog.cc index 63a28b5dd..d5c4106ea 100644 --- a/src/wx/playlist_editor_config_dialog.cc +++ b/src/wx/playlist_editor_config_dialog.cc @@ -28,17 +28,17 @@ wxPreferencesEditor* create_playlist_editor_config_dialog () { - wxPreferencesEditor* e = new wxPreferencesEditor (_("DCP-o-matic Playlist Editor Preferences")); + auto e = new wxPreferencesEditor (_("DCP-o-matic Playlist Editor Preferences")); #ifdef DCPOMATIC_OSX /* Width that we force some of the config panels to be on OSX so that the containing window doesn't shrink too much when we select those panels. This is obviously an unpleasant hack. */ - wxSize ps = wxSize (520, -1); + auto ps = wxSize (520, -1); int const border = 16; #else - wxSize ps = wxSize (-1, -1); + auto ps = wxSize (-1, -1); int const border = 8; #endif