X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68379eaf0ae64d105f8244b1db83e793f7dd83b0..9543e985ff1ac8d10d9c9574343427e1df14bb31:/include/wx/cmdproc.h

diff --git a/include/wx/cmdproc.h b/include/wx/cmdproc.h
index 563c8480d2..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;