From bd035313c1debc6fa3c1cfdb24f175530a816963 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Fri, 12 Jun 2009 19:03:41 +0000 Subject: [PATCH] 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 --- include/wx/propgrid/property.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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