aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-07-10 23:48:04 +0200
committerSebastian Geerken <devnull@localhost>2015-07-10 23:48:04 +0200
commit78fd2d0793213a71746063e7c930586bd766b8c4 (patch)
tree6772a9aeb502758e608549572d73417e56fe2a52 /dw/textblock.cc
parent9610fb52086c39ab10c2979c79a98079745137da (diff)
RTFL messages.
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r--dw/textblock.cc2
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)