]> git.saurik.com Git - wxWidgets.git/commitdiff
cleanup
authorRobin Dunn <robin@alldunn.com>
Thu, 25 Mar 2004 18:13:43 +0000 (18:13 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 25 Mar 2004 18:13:43 +0000 (18:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_statctrls.i

index 853e4373383085d0960818b7dcdfdb23ff2b3c2c..6ada254ec40fcdcf31d5179218009f3bbec8e0bd 100644 (file)
@@ -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();
 
 };