Fix dtinfo search engine
This commit is contained in:
committed by
Jon Trulson
parent
0254ebc0b4
commit
38dfc9e235
@@ -183,7 +183,7 @@ ostream& TypeValues::print(ostream& out, int tabs) const
|
||||
return out;
|
||||
}
|
||||
|
||||
unsigned hash(const FeatureDef& key)
|
||||
unsigned fhash(const FeatureDef& key)
|
||||
{
|
||||
return key.name() -> hash();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user