diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-16 20:11:25 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-16 20:11:25 +0000 |
commit | c4fc439d096dc506c503b5cecb2e9a3cf86f6276 (patch) | |
tree | 53e755a2c697eebc0163668a7390fd615cc2b968 /cpp/src/IcePack/Client.cpp | |
parent | fixes for windows (diff) | |
download | ice-c4fc439d096dc506c503b5cecb2e9a3cf86f6276.tar.bz2 ice-c4fc439d096dc506c503b5cecb2e9a3cf86f6276.tar.xz ice-c4fc439d096dc506c503b5cecb2e9a3cf86f6276.zip |
fixes
Diffstat (limited to 'cpp/src/IcePack/Client.cpp')
-rw-r--r-- | cpp/src/IcePack/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/Client.cpp b/cpp/src/IcePack/Client.cpp index 8b2c461a0fe..c4853e153d1 100644 --- a/cpp/src/IcePack/Client.cpp +++ b/cpp/src/IcePack/Client.cpp @@ -34,7 +34,7 @@ usage(const char* n) } int -run(int argc, char* argv[], CommunicatorPtr communicator) +run(int argc, char* argv[], const CommunicatorPtr& communicator) { string cpp("cpp"); string commands; |