X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f53523161202c06e848824c2ec2817cb9878180..550343399aa1355469ffed72c8cf84c732dcf98b:/include/wx/gtk1/pen.h diff --git a/include/wx/gtk1/pen.h b/include/wx/gtk1/pen.h index 461950255d..ccb8369703 100644 --- a/include/wx/gtk1/pen.h +++ b/include/wx/gtk1/pen.h @@ -7,14 +7,9 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __GTKPENH__ #define __GTKPENH__ -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface -#endif - #include "wx/defs.h" #include "wx/object.h" #include "wx/string.h" @@ -25,7 +20,7 @@ // classes //----------------------------------------------------------------------------- -class wxPen; +class WXDLLIMPEXP_CORE wxPen; #if defined(__WXGTK127__) || defined(__WXGTK20__) typedef gint8 wxGTKDash; @@ -37,7 +32,7 @@ typedef gchar wxGTKDash; // wxPen //----------------------------------------------------------------------------- -class wxPen: public wxGDIObject +class WXDLLIMPEXP_CORE wxPen: public wxGDIObject { public: wxPen() { }