From: Jaakko Salli Date: Fri, 12 Jun 2009 19:03:41 +0000 (+0000) Subject: wxPGCellRenderer ctor doesn't really need refCount argument X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bd035313c1debc6fa3c1cfdb24f175530a816963?ds=inline wxPGCellRenderer ctor doesn't really need refCount argument git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/propgrid/property.h b/include/wx/propgrid/property.h index 6e0e66683c..a4e3fbddc4 100644 --- a/include/wx/propgrid/property.h +++ b/include/wx/propgrid/property.h @@ -68,8 +68,8 @@ class WXDLLIMPEXP_PROPGRID wxPGCellRenderer : public wxObjectRefData { public: - wxPGCellRenderer( int refCount = 1 ) - : wxObjectRefData(refCount) { } + wxPGCellRenderer() + : wxObjectRefData() { } virtual ~wxPGCellRenderer() { } // Render flags