diff options
Diffstat (limited to 'matlab/test')
-rw-r--r-- | matlab/test/Ice/ami/Test.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/test/Ice/ami/Test.ice b/matlab/test/Ice/ami/Test.ice index 0725fd97ef7..86c08e795a7 100644 --- a/matlab/test/Ice/ami/Test.ice +++ b/matlab/test/Ice/ami/Test.ice @@ -57,7 +57,7 @@ interface TestIntf float opFloat(float f); double opDouble(double d); - void pingBiDir(Ice::Identity id); + void pingBiDir(PingReply* reply); } interface TestIntfController |