#ifndef CONTROLEDITOR_H #define CONTROLEDITOR_H #include "ControlEditorBase.h" class ControlEditor : public ControlEditorBase { public: ControlEditor(wxWindow* parent); virtual ~ControlEditor(); }; #endif // CONTROLEDITOR_H