Fix CheckboxFileDialog

This commit is contained in:
Vojtech Kral 2018-10-19 13:38:35 +02:00
parent 42a77316ba
commit b6251dd85b
2 changed files with 8 additions and 1 deletions

View file

@ -39,6 +39,8 @@ public:
private:
std::function<wxWindow*(wxWindow*)> extra_control_creator;
wxCheckBox *cbox;
static wxWindow* control_creator_trampoline(wxWindow *);
};