diff options
Diffstat (limited to 'cpp/test/Freeze/evictor/TestI.h')
-rw-r--r-- | cpp/test/Freeze/evictor/TestI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/evictor/TestI.h b/cpp/test/Freeze/evictor/TestI.h index e886473517c..458cf023702 100644 --- a/cpp/test/Freeze/evictor/TestI.h +++ b/cpp/test/Freeze/evictor/TestI.h @@ -41,7 +41,7 @@ public: virtual void slowGetValue_async(const AMD_Servant_slowGetValuePtr&, - const Ice::Current& = Ice::Current()) const; + const Ice::Current& = Ice::Current()) const; virtual void setValue(::Ice::Int, const Ice::Current& = Ice::Current()); |