diff options
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r-- | dw/textblock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index 2086a7f4..7dea2048 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -548,7 +548,7 @@ void Textblock::notifySetParent () DBG_OBJ_SET_NUM ("numSizeReferences", numSizeReferences); for (int i = 0; i < numSizeReferences; i++) - DBG_OBJ_ARRSET_NUM ("sizeReferences", i, sizeReferences[i]); + DBG_OBJ_ARRSET_PTR ("sizeReferences", i, sizeReferences[i]); } void Textblock::sizeAllocateImpl (core::Allocation *allocation) |