mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 18:53:36 +02:00
Fix logging of shared_ptr
This commit is contained in:
parent
1bec38584b
commit
475d881b04
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ JurisdictionMap::JurisdictionMap(const char* rootHexCode, const char* endNodesHe
|
|||
//printOctalCode(endNodeOctcode);
|
||||
_endNodes.push_back(endNodeOctcode);
|
||||
|
||||
qCDebug(octree, "JurisdictionMap::JurisdictionMap() endNodeOctcode=%p octalCode=", endNodeOctcode);
|
||||
qCDebug(octree, "JurisdictionMap::JurisdictionMap() endNodeOctcode=%p octalCode=", endNodeOctcode.get());
|
||||
myDebugPrintOctalCode(endNodeOctcode.get(), true);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue