From: Robin Dunn Date: Sat, 22 Jul 2006 22:31:07 +0000 (+0000) Subject: Also need to override Show X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4f450f41a2c02db9c35e3e566b381c85b5714de8 Also need to override Show git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/aui/auibook.cpp b/src/aui/auibook.cpp index 276eb8956e..a634917abd 100644 --- a/src/aui/auibook.cpp +++ b/src/aui/auibook.cpp @@ -809,6 +809,8 @@ public: *x = m_rect.width; *y = m_rect.height; } + + bool Show( bool WXUNUSED(show = true) ) { return false; } void DoSizing() {