X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b698c8e9bfbcf149f8ac375ea5b5ff6af9cba86a..857dab7dcd7cb95dfabbe63761064b8dc949a5ef:/include/wx/statbmp.h diff --git a/include/wx/statbmp.h b/include/wx/statbmp.h index f741d8b4d0..93f26e7924 100644 --- a/include/wx/statbmp.h +++ b/include/wx/statbmp.h @@ -30,7 +30,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxStaticBitmapNameStr; class WXDLLEXPORT wxStaticBitmapBase : public wxControl { public: -#ifdef __WXMAC_X__ +#ifdef __DARWIN__ ~wxStaticBitmapBase() { } #endif @@ -54,8 +54,6 @@ protected: #include "wx/motif/statbmp.h" #elif defined(__WXGTK__) #include "wx/gtk/statbmp.h" -#elif defined(__WXQT__) - #include "wx/qt/statbmp.h" #elif defined(__WXMAC__) #include "wx/mac/statbmp.h" #elif defined(__WXPM__)