summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Object.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-09-08 05:01:02 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-09-08 05:01:02 +0000
commit96f03676876c78b4bfe1132919fb8dbedbf7efe8 (patch)
treec31dd885938bc808920c39340d17c9b681035df6 /cpp/include/Ice/Object.h
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=353 (diff)
downloadice-96f03676876c78b4bfe1132919fb8dbedbf7efe8.tar.bz2
ice-96f03676876c78b4bfe1132919fb8dbedbf7efe8.tar.xz
ice-96f03676876c78b4bfe1132919fb8dbedbf7efe8.zip
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=353
Diffstat (limited to 'cpp/include/Ice/Object.h')
-rw-r--r--cpp/include/Ice/Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Object.h b/cpp/include/Ice/Object.h
index 7c7b0e30f93..9a0ce822ae7 100644
--- a/cpp/include/Ice/Object.h
+++ b/cpp/include/Ice/Object.h
@@ -95,7 +95,7 @@ protected:
Object() {} // This class is abstract.
virtual ~Object() {}
- void __checkMode(OperationMode, OperationMode) const;
+ static void __checkMode(OperationMode, OperationMode);
};
class ICE_API Blobject : virtual public Object