X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/511ac294daea69d4bae9644db2fb272c712e059c..e91e1e3d5cab263883c1cee1689c898b8f7c4ecd:/include/wx/os2/statbox.h?ds=sidebyside diff --git a/include/wx/os2/statbox.h b/include/wx/os2/statbox.h index ac327c6180..764fd74b07 100644 --- a/include/wx/os2/statbox.h +++ b/include/wx/os2/statbox.h @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: statbox.h +// Name: wx/os2/statbox.h // Purpose: wxStaticBox class // Author: David Webster // Modified by: // Created: 10/15/99 -// RCS-ID: $Id$ // Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -15,7 +14,7 @@ #include "wx/control.h" // Group box -class WXDLLEXPORT wxStaticBox : public wxStaticBoxBase +class WXDLLIMPEXP_CORE wxStaticBox : public wxStaticBoxBase { public: inline wxStaticBox() {} @@ -50,7 +49,7 @@ public: ); // - // overriden base class virtuals + // overridden base class virtuals // inline virtual bool AcceptsFocus(void) const { return FALSE; }