aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/special_variable_macros.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/special_variable_macros.i')
-rw-r--r--Examples/test-suite/special_variable_macros.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/special_variable_macros.i b/Examples/test-suite/special_variable_macros.i
index ddd068cc0..ca2edaa98 100644
--- a/Examples/test-suite/special_variable_macros.i
+++ b/Examples/test-suite/special_variable_macros.i
@@ -188,7 +188,7 @@ namespace Space {
#if defined(SWIGCSHARP)
%typemap(cscode) Space::RenameMe %{
- public static NewName factory(String s) {
+ public static NewName factory(System.String s) {
//below should expand to:
//return new NewName( new Name(s) );
return new $typemap(cstype, Space::RenameMe)( new $typemap(cstype, Name)(s) );