summaryrefslogtreecommitdiff
path: root/Examples/test-suite/voidtest.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/voidtest.i')
-rw-r--r--Examples/test-suite/voidtest.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/voidtest.i b/Examples/test-suite/voidtest.i
index 01e7e8485..01b8dc882 100644
--- a/Examples/test-suite/voidtest.i
+++ b/Examples/test-suite/voidtest.i
@@ -7,7 +7,7 @@ void globalfunc(void) {
class Foo {
public:
- Foo() { }
+ Foo(void) { }
void memberfunc(void) { }
static void staticmemberfunc(void) { }
};