]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarsmpl.h
Motif updates
[wxWidgets.git] / include / wx / tbarsmpl.h
index 5094b665d9ddfc94a288200a923e042b6ebbd42f..2e4911aee15c2c29218361d35c3c4f6569d0a35c 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "wx/defs.h"
 
-#if USE_TOOLBAR
+#if wxUSE_TOOLBAR
 
 #include "wx/bitmap.h"
 #include "wx/list.h"
@@ -75,7 +75,7 @@ DECLARE_EVENT_TABLE()
 
 };
 
-#endif // USE_TOOLBAR
+#endif // wxUSE_TOOLBAR
 #endif
     // _WX_TBARSMPLH__