diff --git a/SWIG/Examples/test-suite/constructor_copy.i b/SWIG/Examples/test-suite/constructor_copy.i index 1c5ff3435..04913cb41 100644 --- a/SWIG/Examples/test-suite/constructor_copy.i +++ b/SWIG/Examples/test-suite/constructor_copy.i @@ -89,7 +89,7 @@ namespace std { %copyctor; -//%ignore std::vector::vector(size_type); +%ignore std::vector::vector(size_type); %ignore std::vector::resize(size_type); //Ignore as Flow does not have a default constructor