#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
// a control showing an icon or a bitmap
class WXDLLEXPORT wxStaticBitmapBase : public wxControl
{
- public:
+public:
+ wxStaticBitmapBase() { }
virtual ~wxStaticBitmapBase();
// our interface
protected:
virtual wxSize DoGetBestClientSize() const;
+
+ DECLARE_NO_COPY_CLASS(wxStaticBitmapBase)
};
#if defined(__WXUNIVERSAL__)