Fix assertion on trying to select a file (#2737).
[dcpomatic.git] / src / wx / file_dialog.h
index ad8f68aa11a514c037510926e5d975f2e2106ed7..a87c6539515becc62c158eb3ade25e5ae99f4e70 100644 (file)
@@ -52,5 +52,6 @@ public:
 
 private:
        std::string _initial_path_key;
+       bool _multiple;
 };