]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/infobar.h
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / interface / wx / infobar.h
index 19d737cf5e75ba00c9c1b6cb5b533634a8001210..24903d882da1730ac32682817bfcae44bb195b37 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        wx/infobar.h
 // Purpose:     interface of wxInfoBar
 // Author:      Vadim Zeitlin
-// RCS-ID:      $Id$
 // Copyright:   (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -150,7 +149,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().