X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..ab67e8874db324fab5223cc8d5dff8a8de3e2b77:/include/wx/os2/statbox.h diff --git a/include/wx/os2/statbox.h b/include/wx/os2/statbox.h index ac327c6180..411d80da88 100644 --- a/include/wx/os2/statbox.h +++ b/include/wx/os2/statbox.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: statbox.h +// Name: wx/os2/statbox.h // Purpose: wxStaticBox class // Author: David Webster // Modified by: @@ -15,7 +15,7 @@ #include "wx/control.h" // Group box -class WXDLLEXPORT wxStaticBox : public wxStaticBoxBase +class WXDLLIMPEXP_CORE wxStaticBox : public wxStaticBoxBase { public: inline wxStaticBox() {} @@ -50,7 +50,7 @@ public: ); // - // overriden base class virtuals + // overridden base class virtuals // inline virtual bool AcceptsFocus(void) const { return FALSE; }