]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmdproc.h
OS X savvy implementation
[wxWidgets.git] / include / wx / cmdproc.h
index 563c8480d206c7d6316159883b8f302594546084..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;