]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/infobar.h
Recognize VC12 (a.k.a. MSVS 2013) and define __VISUALC12__ for it.
[wxWidgets.git] / interface / wx / infobar.h
index 19d737cf5e75ba00c9c1b6cb5b533634a8001210..e87fc7720caaba39b07f3bfe8ec42fda7b28b58d 100644 (file)
@@ -150,7 +150,7 @@ public:
         This method hides the window and lays out the parent window to account
         for its disappearance (unlike a simple Hide()).
      */
-    void Dismiss();
+    virtual void Dismiss();
 
     /**
         Remove a button previously added by AddButton().