]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statbmp.h
Use an enum for the colour/string conversion flags
[wxWidgets.git] / include / wx / statbmp.h
index 72934c25e6c116767c5fa57619fc16a3450a8516..ec229a832943ce5f54debd81d0a06bce55b49f23 100644 (file)
@@ -50,7 +50,7 @@ protected:
 
     virtual wxSize DoGetBestSize() const;
 
-    DECLARE_NO_COPY_CLASS(wxStaticBitmapBase)
+    wxDECLARE_NO_COPY_CLASS(wxStaticBitmapBase);
 };
 
 #if defined(__WXUNIVERSAL__)
@@ -64,7 +64,7 @@ protected:
 #elif defined(__WXGTK__)
     #include "wx/gtk1/statbmp.h"
 #elif defined(__WXMAC__)
-    #include "wx/mac/statbmp.h"
+    #include "wx/osx/statbmp.h"
 #elif defined(__WXCOCOA__)
     #include "wx/cocoa/statbmp.h"
 #elif defined(__WXPM__)