diff --git a/Examples/test-suite/primitive_types.i b/Examples/test-suite/primitive_types.i index ec04a284c..1e345e18c 100644 --- a/Examples/test-suite/primitive_types.i +++ b/Examples/test-suite/primitive_types.i @@ -149,7 +149,7 @@ //%apply const int& { const Hello& }; %apply void* { pint }; -%apply const void*& { const pint& }; +%apply void* const& { const pint& }; //