From 0e3a45462bf8ce31be988679fd380baeecfb1b95 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Tue, 25 Oct 2016 17:09:19 -0200 Subject: Capacitor and Inductor forms implemented --- Project/SwitchingForm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/SwitchingForm.h') 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: -- cgit