1 2 3 4 5 6 7 8 9 10 11
#ifndef CONTROLEDITOR_H #define CONTROLEDITOR_H #include "ControlEditorBase.h" class ControlEditor : public ControlEditorBase { public: ControlEditor(wxWindow* parent); virtual ~ControlEditor(); }; #endif // CONTROLEDITOR_H