diff options
Diffstat (limited to 'cpp/demo/Ice/nested/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/nested/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/nested/Client.cpp b/cpp/demo/Ice/nested/Client.cpp index 30c6edc42f2..3317bc61265 100644 --- a/cpp/demo/Ice/nested/Client.cpp +++ b/cpp/demo/Ice/nested/Client.cpp @@ -38,7 +38,7 @@ NestedClient::run(int argc, char* argv[]) // callbackOnInterrupt(); - NestedPrx nested = NestedPrx::checkedCast(communicator()->propertyToProxy("Nested.Client.NestedServer")); + NestedPrx nested = NestedPrx::checkedCast(communicator()->propertyToProxy("Nested.NestedServer")); if(!nested) { cerr << appName() << ": invalid proxy" << endl; |