diff options
Diffstat (limited to 'cpp/test/IceBox/admin/TestI.cpp')
-rw-r--r-- | cpp/test/IceBox/admin/TestI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceBox/admin/TestI.cpp b/cpp/test/IceBox/admin/TestI.cpp index 6771e70949f..e830959f41b 100644 --- a/cpp/test/IceBox/admin/TestI.cpp +++ b/cpp/test/IceBox/admin/TestI.cpp @@ -18,7 +18,7 @@ TestFacetI::TestFacetI() : } Ice::PropertyDict -TestFacetI::getChanges(const Ice::Current& current) +TestFacetI::getChanges(const Ice::Current&) { IceUtil::Monitor<IceUtil::Mutex>::Lock sync(*this); |