Fix a compilation error.

This commit is contained in:
JoelKatz
2013-04-26 01:29:58 -07:00
parent ef3ddf7a30
commit 1b9fbfbdfc

View File

@@ -45,7 +45,7 @@ protected:
boost::recursive_mutex mLock;
TaggedCache<currencyIssuer_t, PathDBEntry> mFromCache;
TaggedCache<currencyIssuer_t, PathDBEntry> mToCache;
std::set<PathDBEntry::pointer> mDirtyPaths;
// std::set<PathDBEntry::pointer> mDirtyPaths;
public: