From fa42d1221d6a0683300f70ba49e3f0d8ee68c496 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 25 Mar 2004 18:13:43 +0000 Subject: [PATCH] cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_statctrls.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/_statctrls.i b/wxPython/src/_statctrls.i index 853e437338..6ada254ec4 100644 --- a/wxPython/src/_statctrls.i +++ b/wxPython/src/_statctrls.i @@ -69,7 +69,7 @@ public: bool IsVertical() const; // get the default size for the "lesser" dimension of the static line - static int GetDefaultSize() { return 2; } + static int GetDefaultSize(); }; -- 2.47.2