]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/pen.h
don't pass NULL pointer to printf(), this crashes Solaris printf
[wxWidgets.git] / include / wx / gtk1 / pen.h
index e71e01253fb74764a81a5b97023bdb8def977d1c..f7df0796229ffcc5a31b29485ba8a12aaab5a8e4 100644 (file)
@@ -25,7 +25,7 @@
 // classes
 //-----------------------------------------------------------------------------
 
-class wxPen;
+class WXDLLIMPEXP_CORE wxPen;
 
 #if defined(__WXGTK127__) || defined(__WXGTK20__)
 typedef    gint8 wxGTKDash;
@@ -37,7 +37,7 @@ typedef    gchar wxGTKDash;
 // wxPen
 //-----------------------------------------------------------------------------
 
-class wxPen: public wxGDIObject
+class WXDLLIMPEXP_CORE wxPen: public wxGDIObject
 {
 public:
     wxPen() { }