Fix (I think) some strange situations where ::get() on dialogs
[dcpomatic.git] / src / tools / dcpomatic_combiner.cc
index 40587e23ad4b5f9fae1ea114fadc7ca824751d6b..4532b04299981c35297d97d5b3bee0dbc1ef83eb 100644 (file)
@@ -65,7 +65,7 @@ public:
 
        }
 
-       boost::filesystem::path get () const
+       optional<boost::filesystem::path> get () const
        {
                return boost::filesystem::path(wx_to_std(GetPath()));
        }