diff options
Diffstat (limited to 'cpp/test/Ice/objects/Collocated.cpp')
-rw-r--r-- | cpp/test/Ice/objects/Collocated.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/objects/Collocated.cpp b/cpp/test/Ice/objects/Collocated.cpp index 01a2e3c99a8..a8780f5a166 100644 --- a/cpp/test/Ice/objects/Collocated.cpp +++ b/cpp/test/Ice/objects/Collocated.cpp @@ -91,7 +91,7 @@ public: assert(_destroyed); } - virtual Ice::ValuePtr create(const string& type) + virtual Ice::ValuePtr create(const string&) { return ICE_NULLPTR; } |