Toponaming: make sure toposhapes have hashers

This commit is contained in:
bgbsww
2024-08-02 21:39:21 -04:00
parent 5f657bc1ce
commit e425f2367f
4 changed files with 16 additions and 15 deletions

View File

@@ -1075,7 +1075,6 @@ std::pair<bool,int> Document::addStringHasher(const StringHasherRef & hasher) co
StringHasherRef Document::getStringHasher(int idx) const {
if(idx<0) {
return d->Hasher;
return d->Hasher;
}
StringHasherRef hasher;