summaryrefslogtreecommitdiffstats
path: root/Project/SwitchingForm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/SwitchingForm.h')
-rw-r--r--Project/SwitchingForm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/SwitchingForm.h b/Project/SwitchingForm.h
index 4467bb9..3a6e566 100644
--- a/Project/SwitchingForm.h
+++ b/Project/SwitchingForm.h
@@ -8,6 +8,7 @@ class Element;
class SwitchingForm : public SwitchingFormBase
{
public:
+ SwitchingForm(wxWindow* parent);
SwitchingForm(wxWindow* parent, Element* element);
virtual ~SwitchingForm();
protected: