]> git.saurik.com Git - wxWidgets.git/commitdiff
Make Dismiss() virtual.
authorRobin Dunn <robin@alldunn.com>
Sat, 17 Mar 2012 02:55:30 +0000 (02:55 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 17 Mar 2012 02:55:30 +0000 (02:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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().