Fix dtinfo search engine
This commit is contained in:
committed by
Jon Trulson
parent
0254ebc0b4
commit
38dfc9e235
@@ -25,13 +25,13 @@
|
||||
#include "Types.h"
|
||||
#include "VariableTable.h"
|
||||
|
||||
static unsigned hash(const Symbol& key)
|
||||
static unsigned shash(const Symbol& key)
|
||||
{
|
||||
return key.hash();
|
||||
}
|
||||
|
||||
VariableTable::VariableTable()
|
||||
: hashTable<Symbol,Expression>(hash)
|
||||
: hashTable<Symbol,Expression>(shash)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user