From 5138f38580c56eb71ebc6a378ce3daa5412223af Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 17 Mar 2012 02:55:30 +0000 Subject: [PATCH] Make Dismiss() virtual. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/infobar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/infobar.h b/interface/wx/infobar.h index 19d737cf5e..e87fc7720c 100644 --- a/interface/wx/infobar.h +++ b/interface/wx/infobar.h @@ -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(). -- 2.45.2