summaryrefslogtreecommitdiff
path: root/cpp/test/Freeze/complex/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Freeze/complex/Client.cpp')
-rw-r--r--cpp/test/Freeze/complex/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/complex/Client.cpp b/cpp/test/Freeze/complex/Client.cpp
index 2f8d30aa53a..25629513a8b 100644
--- a/cpp/test/Freeze/complex/Client.cpp
+++ b/cpp/test/Freeze/complex/Client.cpp
@@ -161,7 +161,7 @@ main(int argc, char* argv[])
}
communicator = Ice::initialize(argc, argv);
- ConnectionPtr connection = createConnection(communicator, envName);
+ Freeze::ConnectionPtr connection = createConnection(communicator, envName);
Complex::ComplexDict m(connection, "test");
status = run(argc, argv, communicator, m);
}