When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
class BaseView : public EditorBase{ public: BaseView(wxWindow* parent, const wxString& title); virtual ~BaseView(); virtual bool Close(); protected: private:};
bool EditorBase::Close(){ Destroy(); return true;}