diff options
Diffstat (limited to 'cpp/test/IceBox/configuration/TestI.cpp')
-rw-r--r-- | cpp/test/IceBox/configuration/TestI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceBox/configuration/TestI.cpp b/cpp/test/IceBox/configuration/TestI.cpp index 4d9f6ffa187..20de439d5b7 100644 --- a/cpp/test/IceBox/configuration/TestI.cpp +++ b/cpp/test/IceBox/configuration/TestI.cpp @@ -17,7 +17,7 @@ TestI::TestI(const Ice::StringSeq& args) : _args(args) } std::string -TestI::getProperty(const std::string& name, const Ice::Current& current) +TestI::getProperty(ICE_IN(std::string) name, const Ice::Current& current) { return current.adapter->getCommunicator()->getProperties()->getProperty(name); } |