summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/nested/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/nested/Client.cpp')
-rw-r--r--cpp/demo/Ice/nested/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/nested/Client.cpp b/cpp/demo/Ice/nested/Client.cpp
index 94cfb330077..9bd24db5d03 100644
--- a/cpp/demo/Ice/nested/Client.cpp
+++ b/cpp/demo/Ice/nested/Client.cpp
@@ -69,7 +69,7 @@ NestedClient::run(int argc, char* argv[])
int level = atoi(s.c_str());
if(level > 0)
{
- nested->nested(level, self);
+ nested->nestedCall(level, self);
}
}
catch(const Exception& ex)