diff --git a/src/cpp/ripple/TaggedCache.h b/src/cpp/ripple/TaggedCache.h index 1d1607052..5d24ce68e 100644 --- a/src/cpp/ripple/TaggedCache.h +++ b/src/cpp/ripple/TaggedCache.h @@ -154,7 +154,7 @@ template bool TaggedCache::touch } // Is the object in the cache? - map_iterator cit = mCache.find(key); + cache_iterator cit = mCache.find(key); if (cit != mCache.end()) { // in both map and cache cit->second.first = time(NULL);