packagefs: BOpenHashTable keys are already reference types.

This commit is contained in:
Jessica Hamilton 2014-04-19 22:22:24 +12:00
parent 57fc26c16b
commit 6f68e52f1f
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ private:
struct PackagesDirectoryHashDefinition {
typedef const node_ref& KeyType;
typedef const node_ref KeyType;
typedef PackagesDirectory ValueType;
size_t HashKey(const node_ref& key) const