diff options
Diffstat (limited to 'src/unstable')
-rw-r--r-- | src/unstable/cachebase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unstable/cachebase.h b/src/unstable/cachebase.h index f96b6d2..66c915f 100644 --- a/src/unstable/cachebase.h +++ b/src/unstable/cachebase.h | |||
@@ -632,7 +632,7 @@ namespace Bu | |||
632 | Bu::ReadWriteMutex::ReadLocker rl( mCacheEntry ); | 632 | Bu::ReadWriteMutex::ReadLocker rl( mCacheEntry ); |
633 | pEnt = hCacheEntry.get( *i ); | 633 | pEnt = hCacheEntry.get( *i ); |
634 | } | 634 | } |
635 | catch( Bu::HashException ) | 635 | catch( Bu::HashException & ) |
636 | { | 636 | { |
637 | // The entry wasn't there, most likely because it | 637 | // The entry wasn't there, most likely because it |
638 | // was deleted. That's ok. | 638 | // was deleted. That's ok. |