From 4b5081e254009fb9ee31fc5d4c2b81ee1cd3cfe6 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Mon, 23 May 2016 22:28:54 -0400 Subject: Add back missing static void declaration Worked without this but let's add it back. Build worked same either way but let's not let things like this creep in --- plugins/common/msd-osd-window.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/common/msd-osd-window.c') diff --git a/plugins/common/msd-osd-window.c b/plugins/common/msd-osd-window.c index dfbaed9..120c6d4 100644 --- a/plugins/common/msd-osd-window.c +++ b/plugins/common/msd-osd-window.c @@ -496,6 +496,7 @@ msd_osd_window_real_realize (GtkWidget *widget) #endif } #if GTK_CHECK_VERSION (3, 0, 0) +static void msd_osd_window_style_set (GtkWidget *widget, GtkStyleContext *style2) { -- cgit v1.2.1