]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/notifmsg.h
Removed wxPG_EX_LEGACY_VALIDATORS
[wxWidgets.git] / interface / wx / notifmsg.h
index 940d7dd9e5825a6c44756e30d32b655d79d6e94d..2fe1e2ff9f13c9735d976e30b8dca2317d1f0332 100644 (file)
@@ -43,7 +43,7 @@ public:
         some
         systems automatically hidden notifications can't be hidden manually)
     */
-    bool Close();
+    virtual bool Close();
 
     /**
         This parameter can be currently used to specify the icon to show in the
@@ -83,6 +83,6 @@ public:
         and also because the user may be able to close the notification.
         Returns @false if an error occurred.
     */
-    bool Show(int timeout = Timeout_Auto);
+    virtual bool Show(int timeout = Timeout_Auto);
 };