summaryrefslogtreecommitdiff
path: root/src/wx/paste_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/paste_dialog.h')
-rw-r--r--src/wx/paste_dialog.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/wx/paste_dialog.h b/src/wx/paste_dialog.h
index 1f447d3f8..0be0f34b8 100644
--- a/src/wx/paste_dialog.h
+++ b/src/wx/paste_dialog.h
@@ -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;
};