wxUSE_STATLINE fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -52,6 +52,7 @@ public:
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
||||
#if wxUSE_STATLINE
|
||||
/*
|
||||
* Quick example of your own Separator class...
|
||||
*/
|
||||
@@ -69,6 +70,7 @@ protected:
|
||||
int width, int height,
|
||||
int sizeFlags = wxSIZE_AUTO);
|
||||
};
|
||||
#endif // wxUSE_STATLINE
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user