From d21b1496f0f80732f290b39610253b857ad7a992 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Thu, 11 Jul 2019 15:06:07 +0200 Subject: Change cGrid to cGridElement --- statusheader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'statusheader.c') diff --git a/statusheader.c b/statusheader.c index 6041984..5af238c 100644 --- a/statusheader.c +++ b/statusheader.c @@ -55,7 +55,7 @@ void cStatusHeader::ScaleVideo(void) { } } -void cStatusHeader::DrawInfoText(cGrid *grid) { +void cStatusHeader::DrawInfoText(cGridElement *grid) { int border = 10; int textWidth = 0; textWidth = width - 2 * border; -- cgit v1.2.3