From df7a5518466ce74ca3023b61ce1be21592f97252 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Mon, 8 Feb 2010 20:39:46 -0300 Subject: Fixes generation of binding reimplementation of modified virtual methods. Argument removal and type modification no longer affects the generation of virtual method signatures in the binding code. --- tests/samplebinding/typesystem_sample.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/samplebinding') diff --git a/tests/samplebinding/typesystem_sample.xml b/tests/samplebinding/typesystem_sample.xml index 292f6f10b..af48b085d 100644 --- a/tests/samplebinding/typesystem_sample.xml +++ b/tests/samplebinding/typesystem_sample.xml @@ -607,6 +607,9 @@ cppItems[i] = %CONVERTTOCPP[int](PySequence_GetItem(%PYARG_1, i)); %PYARG_0 = %CONVERTTOPYTHON[int](%CPPSELF.%FUNCTION_NAME(numItems, cppItems)); + + // TODO +