X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab7ce33c563651f790f99d64ee56727706047ae3..2f4f6de77b28416db135359b824ec6d3c0f678fb:/include/wx/gtk1/gdiobj.h diff --git a/include/wx/gtk1/gdiobj.h b/include/wx/gtk1/gdiobj.h index 12e15f3e0f..4a35500f3f 100644 --- a/include/wx/gtk1/gdiobj.h +++ b/include/wx/gtk1/gdiobj.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: gdiobj.h +// Name: wx/gtk1/gdiobj.h // Purpose: // Author: Robert Roebling // Id: $Id$ @@ -7,17 +7,12 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __GDIOBJH__ #define __GDIOBJH__ #include "wx/object.h" -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface -#endif - -class wxGDIObject : public wxObject +class WXDLLIMPEXP_CORE wxGDIObject : public wxObject { public: inline wxGDIObject() { m_visible = FALSE; };