From 4f450f41a2c02db9c35e3e566b381c85b5714de8 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 22 Jul 2006 22:31:07 +0000 Subject: [PATCH] Also need to override Show git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/aui/auibook.cpp | 2 ++ 1 file changed, 2 insertions(+) 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() { -- 2.50.0