]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/statline.h
made wxLog::Set/GetVerbose() static back again
[wxWidgets.git] / include / wx / gtk1 / statline.h
index 8cbce8a56597028e937121a16ee8c8cb60d5f0db..d892e1ab6142cda03e3f3a085995eb5f72a0853f 100644 (file)
 #define __GTKSTATICLINEH__
 
 #ifdef __GNUG__
-    #pragma interface
+#pragma interface
 #endif
 
-#if !wxUSE_STATLINE
-    #error "This file should only be included if wxUSE_STATLINE == 1"
-#endif
+#include "wx/defs.h"
+
+#if wxUSE_STATLINE
 
 #include "wx/object.h"
 #include "wx/list.h"
@@ -47,6 +47,8 @@ public:
             long style = wxLI_HORIZONTAL, const wxString &name = wxStaticTextNameStr );
 };
 
-#endif // wxUSE_STATLINE
-
-#endif // __GTKSTATICLINEH__
+#endif 
+  // wxUSE_STATLINE
+  
+#endif 
+  // __GTKSTATICLINEH__