#ifndef _WX_STATBMP_H_BASE_
#define _WX_STATBMP_H_BASE_
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "statbmpbase.h"
#endif
virtual bool AcceptsFocus() const { return FALSE; }
protected:
- virtual wxSize DoGetBestClientSize() const;
+ virtual wxSize DoGetBestSize() const;
DECLARE_NO_COPY_CLASS(wxStaticBitmapBase)
};