git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-03-25 18:13:43 +00:00
parent 3c076b7aa2
commit fa42d1221d

View 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();
};