]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/pen.cpp
Removed Motif files that only contained stubs
[wxWidgets.git] / src / gtk1 / pen.cpp
index 7ba9b5940d8aab67a040861fca2e93d4557b75f8..66470bcc89f3ed6f3ca0ede37e108b9065e95585 100644 (file)
@@ -13,6 +13,7 @@
 #endif
 
 #include "wx/pen.h"
+#include "wx/colour.h"
 
 #include <gdk/gdk.h>
 
@@ -34,6 +35,7 @@ public:
     }
     
     wxPenRefData( const wxPenRefData& data )
+        : wxObjectRefData()
     {
         m_style = data.m_style;
         m_width = data.m_width;