aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/input.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/input.i')
-rw-r--r--Examples/test-suite/input.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/test-suite/input.i b/Examples/test-suite/input.i
index 6cef3f9f5..761449464 100644
--- a/Examples/test-suite/input.i
+++ b/Examples/test-suite/input.i
@@ -6,7 +6,7 @@
if ($1) {
$result = SWIG_From(int)(*$1);
} else {
- $result = SWIG_Py_Void();
+ $result = VOID_Object;
}
}
@@ -29,7 +29,7 @@
if ($1) {
$result = SWIG_From(std::string)(*$1);
} else {
- $result = SWIG_Py_Void();
+ $result = VOID_Object;
}
}