]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/fl/fl_demo1.h
Patch from Joe "shmengie" Brown joebrown@podiatryfl.com
[wxWidgets.git] / contrib / samples / fl / fl_demo1.h
index 70675acf2446b3a0f03e1f4ea6ddcb551c5f2a1d..2a1bc1eb06bfa959d0ebf6f415a9d0a95dcaccbe 100644 (file)
@@ -52,6 +52,7 @@ public:
     DECLARE_EVENT_TABLE()
 };
 
     DECLARE_EVENT_TABLE()
 };
 
+#if wxUSE_STATLINE
 /*
  * Quick example of your own Separator class...
  */
 /*
  * Quick example of your own Separator class...
  */
@@ -69,6 +70,7 @@ protected:
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);
 };
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);
 };
+#endif // wxUSE_STATLINE
 
 #endif
 
 
 #endif