Toponaming: make sure toposhapes have hashers

This commit is contained in:
bgbsww
2024-08-02 21:39:21 -04:00
parent e4b2bf7630
commit cd128984e1
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;