]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmdproc.h
Applied patch [ 758687 ] RegisterHotkey implemented
[wxWidgets.git] / include / wx / cmdproc.h
index 0e5547a6b7b6b4c82fd82e974615a7efa5ec93cd..d630a152241bfdcade9d61bf5994a7112092cbe4 100644 (file)
@@ -19,6 +19,8 @@
 #include "wx/object.h"
 #include "wx/list.h"
 
+class WXDLLEXPORT wxMenu;
+
 // ----------------------------------------------------------------------------
 // wxCommand: a single command capable of performing itself
 // ----------------------------------------------------------------------------
@@ -26,7 +28,7 @@
 class WXDLLEXPORT wxCommand : public wxObject
 {
 public:
-    wxCommand(bool canUndoIt = FALSE, const wxString& name = wxT(""));
+    wxCommand(bool canUndoIt = FALSE, const wxString& name = wxEmptyString);
     ~wxCommand();
 
     // Override this to perform a command