diff options
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.h')
-rw-r--r-- | cpp/src/IceGrid/ServerCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerCache.h b/cpp/src/IceGrid/ServerCache.h index 1b8da043bc1..a04c2f97807 100644 --- a/cpp/src/IceGrid/ServerCache.h +++ b/cpp/src/IceGrid/ServerCache.h @@ -83,7 +83,7 @@ public: ServerEntryPtr add(const ServerInfo&); ServerEntryPtr get(const std::string&); - virtual bool has(const std::string&); + bool has(const std::string&); ServerEntryPtr remove(const std::string&, bool = true); void clear(const std::string&); |