diff options
Diffstat (limited to 'icespider/unittests/test-api.ice')
-rw-r--r-- | icespider/unittests/test-api.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icespider/unittests/test-api.ice b/icespider/unittests/test-api.ice index 4fc87bd..ff43dc2 100644 --- a/icespider/unittests/test-api.ice +++ b/icespider/unittests/test-api.ice @@ -7,7 +7,7 @@ module TestIceSpider { SomeModel index(); SomeModel withParams(string s, int i); void returnNothing(string s); - void complexParam(string s, SomeModel m); + void complexParam(optional(0) string s, SomeModel m); }; }; |