X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c82c42d498ac1e35a395c9ecba681921c4817a7c..dba0885d8c52d3a9a3e3f3887b525db57ba759f7:/contrib/samples/fl/fl_demo1.h diff --git a/contrib/samples/fl/fl_demo1.h b/contrib/samples/fl/fl_demo1.h index 70675acf24..2a1bc1eb06 100644 --- a/contrib/samples/fl/fl_demo1.h +++ b/contrib/samples/fl/fl_demo1.h @@ -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