diff options
Diffstat (limited to 'include/bancache.h')
-rw-r--r-- | include/bancache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/bancache.h b/include/bancache.h index ea09d389f..9cff91802 100644 --- a/include/bancache.h +++ b/include/bancache.h @@ -58,8 +58,9 @@ typedef std::tr1::unordered_map<std::string, BanCacheHit*, std::tr1::hash<std::s */ class CoreExport BanCacheManager { - private: BanCacheHash* BanHash; + bool RemoveIfExpired(BanCacheHash::iterator& it); + public: /** Creates and adds a Ban Cache item. |