X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/23bd008a7fc66db7294762349399c0efbd012957..41fb3475406380b4a5411f0e4d820061155204d4:/include/wx/notifmsg.h diff --git a/include/wx/notifmsg.h b/include/wx/notifmsg.h index 90239b354b..46288e62e1 100644 --- a/include/wx/notifmsg.h +++ b/include/wx/notifmsg.h @@ -37,7 +37,7 @@ public: // create a notification object with the given title and message (the // latter may be empty in which case only the title will be shown) wxNotificationMessageBase(const wxString& title, - const wxString& message = wxString(), + const wxString& message = wxEmptyString, wxWindow *parent = NULL, int flags = wxICON_INFORMATION) : m_title(title), @@ -144,7 +144,7 @@ private: public: wxNotificationMessage() { } wxNotificationMessage(const wxString& title, - const wxString& message = wxString(), + const wxString& message = wxEmptyString, wxWindow *parent = NULL, int flags = wxICON_INFORMATION) : wxGenericNotificationMessage(title, message, parent, flags)