Toponaming: Missing shape hasher line; fixed cleaned Transformed

This commit is contained in:
bgbsww
2024-08-12 17:31:17 -04:00
committed by Chris Hennes
parent a7a8491601
commit 0ab5887fe1
6 changed files with 64 additions and 41 deletions

View File

@@ -777,7 +777,7 @@ size_t StringHasher::count() const
{
size_t count = 0;
for (auto& hasher : _hashes->right) {
if (hasher.second->getRefCount() > 1) {
if (hasher.second->isMarked() || hasher.second->isPersistent() ) {
++count;
}
}