Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / src / wx / export_dialog.h
index d785d910d6577c051c8ccc7bbb8337a595c9d615..c2498d6a149498ded640a002ad633125d52e34e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2017 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2017-2018 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -36,6 +36,7 @@ public:
 
 private:
        void format_changed ();
+       void file_changed ();
 
        wxChoice* _format;
        wxCheckBox* _mixdown;