From: Robin Dunn Date: Thu, 25 Mar 2004 18:13:43 +0000 (+0000) Subject: cleanup X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fa42d1221d6a0683300f70ba49e3f0d8ee68c496 cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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(); };