]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/pen.h
fixes to handling of the 7 bit ASCII encoding
[wxWidgets.git] / include / wx / mgl / pen.h
index 5bc5dcfaa27b7b89fce0e8d16b3f1e5b83c63c1d..04417583010bdc9b49d800e9726c360e50d132b5 100644 (file)
@@ -35,11 +35,11 @@ class WXDLLEXPORT wxPen;
 class WXDLLEXPORT wxPen: public wxGDIObject
 {
 public:
-    wxPen();
+    wxPen() {}
     wxPen(const wxColour &colour, int width, int style);
     wxPen(const wxBitmap& stipple, int width);
     wxPen(const wxPen& pen);
-    ~wxPen();
+    ~wxPen() {}
     wxPen& operator = (const wxPen& pen);
     bool operator == (const wxPen& pen) const;
     bool operator != (const wxPen& pen) const;