]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notifmsg.h
Applied rowspan patch #15276 (dghart)
[wxWidgets.git] / include / wx / msw / notifmsg.h
index b4459b9aa4df037a2205152eb378c137eca11e5f..91de9bf4556f8f232e754afe9e5cb5c8ed1eb7f0 100644 (file)
@@ -23,8 +23,9 @@ public:
     wxNotificationMessage() { Init(); }
     wxNotificationMessage(const wxString& title,
                           const wxString& message = wxString(),
-                          wxWindow *parent = NULL)
-        : wxNotificationMessageBase(title, message, parent)
+                          wxWindow *parent = NULL,
+                          int flags = wxICON_INFORMATION)
+        : wxNotificationMessageBase(title, message, parent, flags)
     {
         Init();
     }