X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bad93b357fa3e94a6e69bb8db803979eb492e0cf..78ee6a4750cc81d15182021a018d683cd05eb14f:/include/wx/cmdproc.h diff --git a/include/wx/cmdproc.h b/include/wx/cmdproc.h index 13523e077e..d630a15224 100644 --- a/include/wx/cmdproc.h +++ b/include/wx/cmdproc.h @@ -28,7 +28,7 @@ class WXDLLEXPORT wxMenu; 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