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:
@@ -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().
|
||||
|
Reference in New Issue
Block a user