X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0371a6914315f283371985bb751fb37504dd63d8..53f6aab75294c585e53e02b618a09dcb1dd97fb8:/include/wx/os2/gdiobj.h diff --git a/include/wx/os2/gdiobj.h b/include/wx/os2/gdiobj.h index d417de921c..8df2166d6a 100644 --- a/include/wx/os2/gdiobj.h +++ b/include/wx/os2/gdiobj.h @@ -14,11 +14,11 @@ #include "wx/object.h" -class WXDLLEXPORT wxGDIRefData: public wxObjectRefData { +class WXDLLEXPORT wxGDIRefData: public wxObjectRefData +{ public: inline wxGDIRefData() - { - } + { } }; #define M_GDIDATA ((wxGDIRefData *)m_refData)