From 4d2a9c1a5f9f3d671e3941218ba253eba5c327b5 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 2 Apr 2003 01:46:44 +0000 Subject: [PATCH] cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/sizers.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/src/sizers.i b/wxPython/src/sizers.i index 763012cddf..d54b05e356 100644 --- a/wxPython/src/sizers.i +++ b/wxPython/src/sizers.i @@ -310,8 +310,8 @@ public: raise TypeError, 'Expected wxSizer or wxWindow parameter' " - // Recursively call wxWindow::Show () on all sizer items. - void ShowItems (bool show); + // Recursively call wxWindow::Show() on all sizer items. + void ShowItems(bool show); };