]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmdproc.h
OS X savvy implementation
[wxWidgets.git] / include / wx / cmdproc.h
index 8f619cb8390649845a197d836b5d39de6bd4aba9..4ea73af904449493b962eb4f0dcc254170fa08c3 100644 (file)
@@ -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;