diff options
Diffstat (limited to 'cpp/src/IceGrid/NodeCache.h')
-rw-r--r-- | cpp/src/IceGrid/NodeCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/NodeCache.h b/cpp/src/IceGrid/NodeCache.h index 21e77482102..8ec249bea9e 100644 --- a/cpp/src/IceGrid/NodeCache.h +++ b/cpp/src/IceGrid/NodeCache.h @@ -59,7 +59,7 @@ class NodeCache : public CacheByString<NodeEntry> { public: - NodeCache(int, const TraceLevelsPtr&); + NodeCache(int); NodeEntryPtr get(const std::string&, bool = false) const; |