summaryrefslogtreecommitdiff
path: root/src/wx/new_film_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/new_film_dialog.h')
-rw-r--r--src/wx/new_film_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/new_film_dialog.h b/src/wx/new_film_dialog.h
index 5ec5863c6..6ce3d6e3a 100644
--- a/src/wx/new_film_dialog.h
+++ b/src/wx/new_film_dialog.h
@@ -36,8 +36,8 @@ private:
wxTextCtrl* _name;
#ifdef DCPOMATIC_USE_OWN_DIR_PICKER
DirPickerCtrl* _folder;
-#else
+#else
wxDirPickerCtrl* _folder;
-#endif
+#endif
static boost::optional<boost::filesystem::path> _directory;
};