diff options
Diffstat (limited to 'cpp/test/IceBox/configuration/TestI.h')
-rw-r--r-- | cpp/test/IceBox/configuration/TestI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceBox/configuration/TestI.h b/cpp/test/IceBox/configuration/TestI.h index a23cc33e895..91c9f1dd5b2 100644 --- a/cpp/test/IceBox/configuration/TestI.h +++ b/cpp/test/IceBox/configuration/TestI.h @@ -17,7 +17,7 @@ class TestI : public ::Test::TestIntf public: TestI(const Ice::StringSeq&); - + virtual std::string getProperty(ICE_IN(std::string), const Ice::Current&); virtual Ice::StringSeq getArgs(const Ice::Current&); |