]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/pen.h
added the rungccxml.sh script and the setup_gccxml.h file to make it easier to genera...
[wxWidgets.git] / include / wx / mgl / pen.h
index 880b6cf54c1bc8e70ab9424df51bdd0c4049ae05..3be08b3293c8e0234e187b14b681f284bf75e3c6 100644 (file)
@@ -27,13 +27,13 @@ class WXDLLIMPEXP_FWD_CORE wxPen;
 // wxPen
 //-----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxPen : public wxPenBase
+class WXDLLIMPEXP_CORE wxPen : public wxPenBase
 {
 public:
     wxPen() {}
     wxPen(const wxColour &colour, int width = 1, wxPenStyle style = wxPENSTYLE_SOLID);
-#if WXWIN_COMPATIBILITY_2_8
-    wxDEPRECATED( wxPen(const wxColour& col, int width, wxBrushStyle style) );
+#if FUTURE_WXWIN_COMPATIBILITY_3_0
+    wxDEPRECATED_FUTURE( wxPen(const wxColour& col, int width, int style) );
 #endif
 
     wxPen(const wxBitmap& stipple, int width);