X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fpaste_dialog.h;h=0be0f34b8e10918ccac9b1166010a6577fb5b1b6;hb=964cfede2ccf10f8af2c9dd83f24f790020c6162;hp=792195947274288c48881daab79398dd4a91a0c4;hpb=a5c629cb9b638b67a0e4c2d26fe9ab2e124bf0eb;p=dcpomatic.git diff --git a/src/wx/paste_dialog.h b/src/wx/paste_dialog.h index 792195947..0be0f34b8 100644 --- a/src/wx/paste_dialog.h +++ b/src/wx/paste_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Carl Hetherington + Copyright (C) 2018-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,8 +18,13 @@ */ + #include "table_dialog.h" + +class CheckBox; + + class PasteDialog : public TableDialog { public: @@ -30,7 +35,7 @@ public: bool text () const; private: - wxCheckBox* _video; - wxCheckBox* _audio; - wxCheckBox* _text; + CheckBox* _video; + CheckBox* _audio; + CheckBox* _text; };