Typo fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -456,7 +456,7 @@ public:
|
||||
} // The OOR typemaps don't know what to do with the %new, so fix it up.
|
||||
%pragma(python) addtoclass = "
|
||||
def GetColumn(self, *_args, **_kwargs):
|
||||
val = ontrols2c.wxListCtrl_GetColumn(self, *_args, **_kwargs)
|
||||
val = controls2c.wxListCtrl_GetColumn(self, *_args, **_kwargs)
|
||||
if val is not None: val.thisown = 1
|
||||
return val
|
||||
"
|
||||
|
Reference in New Issue
Block a user