Fix build error.
This commit is contained in:
parent
126d224e44
commit
cda855fcd6
|
@ -1471,8 +1471,8 @@ void VIEW::UpdateItems()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
KI_TRACE( traceGalProfile, "View update: total items %u, geom %u updates %u\n", cntTotal,
|
KI_TRACE( traceGalProfile, "View update: total items %u, geom %u anyUpdated %u\n", cntTotal,
|
||||||
cntGeomUpdate, cntAnyUpdate );
|
cntGeomUpdate, (unsigned) anyUpdated );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue