PicturePrinter.cpp: fix gcc6 build
Signed-off-by: Augustin Cavalier <[email protected]>
This commit is contained in:
committed by
Augustin Cavalier
parent
9e9c5cae83
commit
3ab5be9f77
@@ -202,7 +202,8 @@ void PicturePrinter::DrawPixels(BRect src, BRect dest, int32 width, int32 height
|
||||
|
||||
void PicturePrinter::SetClippingRects(BRect *rects, uint32 numRects) {
|
||||
Indent(); Print("SetClippingRects");
|
||||
if (numRects == 0) Print("none"); Cr();
|
||||
if (numRects == 0) Print("none");
|
||||
Cr();
|
||||
Print(numRects, rects);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user