X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/112c5086e85454b320cdb45f2e16dc5f34e8b9d8..530a7383f26e57b61748d76502229283462a0ede:/include/wx/gtk1/pen.h diff --git a/include/wx/gtk1/pen.h b/include/wx/gtk1/pen.h index cbe0cd1ae2..508a4e5ea0 100644 --- a/include/wx/gtk1/pen.h +++ b/include/wx/gtk1/pen.h @@ -35,10 +35,7 @@ typedef char wxDash; class wxPen: public wxGDIObject { - DECLARE_DYNAMIC_CLASS(wxPen) - - public: - +public: wxPen(); wxPen( const wxColour &colour, int width, int style ); wxPen( const wxPen& pen ); @@ -68,7 +65,8 @@ class wxPen: public wxGDIObject void Unshare(); - // no data :-) +private: + DECLARE_DYNAMIC_CLASS(wxPen) }; #endif // __GTKPENH__