summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/NodeCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/NodeCache.h')
-rw-r--r--cpp/src/IceGrid/NodeCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/NodeCache.h b/cpp/src/IceGrid/NodeCache.h
index 97cb03143b0..997081bd344 100644
--- a/cpp/src/IceGrid/NodeCache.h
+++ b/cpp/src/IceGrid/NodeCache.h
@@ -32,7 +32,7 @@ typedef std::vector<ServerEntryPtr> ServerEntrySeq;
class ReplicaCache;
-class NodeEntry : public IceUtil::Monitor<IceUtil::RecMutex>
+class NodeEntry : private IceUtil::Monitor<IceUtil::RecMutex>
{
public: