X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..a5325ad6728d6dbc6c2757f9ba6484bfc773fbbe:/include/wx/gtk1/gdiobj.h diff --git a/include/wx/gtk1/gdiobj.h b/include/wx/gtk1/gdiobj.h index 2c17e8572d..4a35500f3f 100644 --- a/include/wx/gtk1/gdiobj.h +++ b/include/wx/gtk1/gdiobj.h @@ -1,23 +1,18 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: gdiobj.h +// Name: wx/gtk1/gdiobj.h // Purpose: // Author: Robert Roebling // Id: $Id$ // Copyright: (c) 1998 Robert Roebling, Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __GDIOBJH__ #define __GDIOBJH__ #include "wx/object.h" -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface -#endif - -class wxGDIObject : public wxObject +class WXDLLIMPEXP_CORE wxGDIObject : public wxObject { public: inline wxGDIObject() { m_visible = FALSE; };