From 96e83f410171e595143a467d75c73f22b0473932 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 11 Apr 2024 23:42:13 +0200 Subject: [PATCH] Semicolon to the rescue --- gtk2_ardour/splash.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/splash.cc b/gtk2_ardour/splash.cc index e82fbf3438..8ffa83f0d1 100644 --- a/gtk2_ardour/splash.cc +++ b/gtk2_ardour/splash.cc @@ -240,7 +240,7 @@ Splash::expose (GdkEventExpose* ev) /* clear background (for transparent splash images */ Glib::RefPtr bg = get_style()->get_bg_gc (STATE_NORMAL); - window->draw_rectangle(bg, true, ev->area.x, ev->area.y, ev->area.width, ev->area.height) + window->draw_rectangle(bg, true, ev->area.x, ev->area.y, ev->area.width, ev->area.height); /* note: height & width need to be constrained to the pixbuf size in case a WM provides us with a screwy allocation