]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notifmsg.h
activating DrawRectangle optimization
[wxWidgets.git] / include / wx / msw / notifmsg.h
index d39fbbd7c41af986a69615b8d0469490ade6c948..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();
     }
@@ -67,7 +68,7 @@ private:
     class wxNotifMsgImpl *m_impl;
 
 
-    DECLARE_NO_COPY_CLASS(wxNotificationMessage)
+    wxDECLARE_NO_COPY_CLASS(wxNotificationMessage);
 };
 
 #endif // _WX_MSW_NOTIFMSG_H_