Make Dismiss() virtual.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-03-17 02:55:30 +00:00
parent f9c2e12fff
commit 5138f38580

View File

@@ -150,7 +150,7 @@ public:
This method hides the window and lays out the parent window to account This method hides the window and lays out the parent window to account
for its disappearance (unlike a simple Hide()). for its disappearance (unlike a simple Hide()).
*/ */
void Dismiss(); virtual void Dismiss();
/** /**
Remove a button previously added by AddButton(). Remove a button previously added by AddButton().