This commit is contained in:
jed
2013-01-14 12:57:37 -08:00
parent 8afbc33706
commit f3a28d65b7
7 changed files with 16 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ protected:
const std::string mName;
boost::mutex mNCLock;
map_type mCache;
int mTargetSize, mTargetAge;
unsigned int mTargetSize, mTargetAge;
public: