From b870f2e67d9af9bf09a1f50f2f96d02844665786 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 19 Oct 2004 21:05:00 +0000 Subject: [PATCH] a little cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_control.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/_control.i b/wxPython/src/_control.i index c89a9ecb89..be2565fa70 100644 --- a/wxPython/src/_control.i +++ b/wxPython/src/_control.i @@ -124,7 +124,7 @@ optionally, client data associated with them. class wxItemContainer { public: - // wxItemContainer() { m_clientDataItemsType = wxClientData_None; } ** It's an ABC + // wxItemContainer() ** It's an ABC %extend { -- 2.50.0