X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ecd9653bf363d756f479d30fb8af11229681d74e..d5ae99f5e8dca72f160d7002576a3736dccb6f65:/include/wx/cmdproc.h diff --git a/include/wx/cmdproc.h b/include/wx/cmdproc.h index 8f619cb839..4ea73af904 100644 --- a/include/wx/cmdproc.h +++ b/include/wx/cmdproc.h @@ -30,7 +30,7 @@ class WXDLLEXPORT wxCommand : public wxObject { public: wxCommand(bool canUndoIt = false, const wxString& name = wxEmptyString); - ~wxCommand(){}; + ~wxCommand(){} // Override this to perform a command virtual bool Do() = 0;