App/Toponaming: Minor code cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user