diff options
Diffstat (limited to 'cpp/src/Ice/Object.cpp')
-rw-r--r-- | cpp/src/Ice/Object.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp index b4f7dcb5ec4..21166a2ff49 100644 --- a/cpp/src/Ice/Object.cpp +++ b/cpp/src/Ice/Object.cpp @@ -31,7 +31,6 @@ Ice::__patch(ObjectPtr& obj, const ObjectPtr& v) { obj = v; } -#endif bool Ice::Object::operator==(const Object& r) const @@ -44,7 +43,7 @@ Ice::Object::operator<(const Object& r) const { return this < &r; } - +#endif namespace { |