X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..105993f7b6baf97b596d09e9c59c42adcee0dbcf:/include/wx/statbmp.h diff --git a/include/wx/statbmp.h b/include/wx/statbmp.h index 72934c25e6..ec229a8329 100644 --- a/include/wx/statbmp.h +++ b/include/wx/statbmp.h @@ -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__)