]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarsmpl.h
More Motif stuff, minor stubs correction
[wxWidgets.git] / include / wx / tbarsmpl.h
index 7b44d3f1099954a52b2f0dc494816654c3a54d2a..5094b665d9ddfc94a288200a923e042b6ebbd42f 100644 (file)
@@ -9,8 +9,8 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef __TBARSMPLH__
-#define __TBARSMPLH__
+#ifndef _WX_TBARSMPLH__
+#define _WX_TBARSMPLH__
 
 #ifdef __GNUG__
 #pragma interface "tbarsmpl.h"
@@ -24,6 +24,8 @@
 #include "wx/list.h"
 #include "wx/tbarbase.h"
 
+class WXDLLEXPORT wxMemoryDC;
+
 WXDLLEXPORT_DATA(extern const char*) wxToolBarNameStr;
 WXDLLEXPORT_DATA(extern const wxSize) wxDefaultSize;
 WXDLLEXPORT_DATA(extern const wxPoint) wxDefaultPosition;
@@ -75,5 +77,5 @@ DECLARE_EVENT_TABLE()
 
 #endif // USE_TOOLBAR
 #endif
-    // __TBARSMPLH__
+    // _WX_TBARSMPLH__