Emit no audio from DCPs if none is mapped
[dcpomatic.git] / src / wx / paste_dialog.h
index 1f447d3f87a92665f5c594701bcae40ef50b14bc..0be0f34b8e10918ccac9b1166010a6577fb5b1b6 100644 (file)
@@ -22,6 +22,9 @@
 #include "table_dialog.h"
 
 
+class CheckBox;
+
+
 class PasteDialog : public TableDialog
 {
 public:
@@ -32,7 +35,7 @@ public:
        bool text () const;
 
 private:
-       wxCheckBox* _video;
-       wxCheckBox* _audio;
-       wxCheckBox* _text;
+       CheckBox* _video;
+       CheckBox* _audio;
+       CheckBox* _text;
 };