]> git.saurik.com Git - wxWidgets.git/commitdiff
Also need to override Show
authorRobin Dunn <robin@alldunn.com>
Sat, 22 Jul 2006 22:31:07 +0000 (22:31 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 22 Jul 2006 22:31:07 +0000 (22:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/aui/auibook.cpp

index 276eb8956e1761a0d8577399765dc4f5d5cb72dc..a634917abd890617834407f176cebbd0e03f491b 100644 (file)
@@ -809,6 +809,8 @@ public:
         *x = m_rect.width;
         *y = m_rect.height;
     }
+
+    bool Show( bool WXUNUSED(show = true) ) { return false; }
     
     void DoSizing()
     {