App/Toponaming: Minor code cleanup

This commit is contained in:
Chris Hennes
2023-09-13 09:25:22 -05:00
parent 9b55b3a70b
commit 564f829e5c
4 changed files with 17 additions and 16 deletions

View File

@@ -1056,6 +1056,7 @@ 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;