]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/pen.h
Missing includes.
[wxWidgets.git] / include / wx / x11 / pen.h
index 6735f7dbcb01ac027d34df5fc97af18dce0a9039..0eb56b2bf5af7b0ab7b3b0926a13a7d43cd02931 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWidgets licence
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_PEN_H_
@@ -23,9 +23,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 +33,7 @@ typedef char wxX11Dash;
 // wxPen
 //-----------------------------------------------------------------------------
 
-class wxPen: public wxGDIObject
+class WXDLLIMPEXP_CORE wxPen: public wxGDIObject
 {
 public:
     wxPen() { }