diff --git a/Header.c b/Header.c index 8903fc33..6ffcc00c 100644 --- a/Header.c +++ b/Header.c @@ -183,6 +183,7 @@ void Header_draw(const Header* this) { else actualWidth = width; + assert(meter->draw); meter->draw(meter, x, y, actualWidth); y += meter->h; }