Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
class BaseView : public EditorBase{ public: BaseView(wxWindow* parent, const wxString& title); virtual ~BaseView(); virtual bool Close(); protected: private:};
bool EditorBase::Close(){ Destroy(); return true;}