X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d63b79352db5290a9f86428d193bd6a08ef32f..1f0acb435592470b421b80df854fbbb08cd2853f:/include/wx/palmos/statbox.h?ds=inline diff --git a/include/wx/palmos/statbox.h b/include/wx/palmos/statbox.h index 4a6ad13a8e..794d010fd9 100644 --- a/include/wx/palmos/statbox.h +++ b/include/wx/palmos/statbox.h @@ -12,12 +12,8 @@ #ifndef _WX_STATBOX_H_ #define _WX_STATBOX_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "statbox.h" -#endif - // Group box -class WXDLLEXPORT wxStaticBox : public wxStaticBoxBase +class WXDLLIMPEXP_CORE wxStaticBox : public wxStaticBoxBase { public: wxStaticBox() { } @@ -44,7 +40,7 @@ public: virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); - // overriden base class virtuals + // overridden base class virtuals virtual bool AcceptsFocus() const { return FALSE; } protected: