X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f53523161202c06e848824c2ec2817cb9878180..42d0df0030abbac4ca11a78b2f529133e3c9d986:/include/wx/x11/pen.h diff --git a/include/wx/x11/pen.h b/include/wx/x11/pen.h index 86151f9db4..5206da4978 100644 --- a/include/wx/x11/pen.h +++ b/include/wx/x11/pen.h @@ -12,10 +12,6 @@ #ifndef _WX_PEN_H_ #define _WX_PEN_H_ -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "pen.h" -#endif - #include "wx/gdicmn.h" #include "wx/gdiobj.h" @@ -23,9 +19,9 @@ // classes //----------------------------------------------------------------------------- -class wxPen; -class wxColour; -class wxBitmap; +class WXDLLIMPEXP_CORE wxPen; +class WXDLLIMPEXP_CORE wxColour; +class WXDLLIMPEXP_CORE wxBitmap; typedef char wxX11Dash; @@ -33,7 +29,7 @@ typedef char wxX11Dash; // wxPen //----------------------------------------------------------------------------- -class wxPen: public wxGDIObject +class WXDLLIMPEXP_CORE wxPen: public wxGDIObject { public: wxPen() { }