From b9ab0ae58e3b2e475d2dda6615dbe993c016323d Mon Sep 17 00:00:00 2001 From: o9000 Date: Sun, 26 Mar 2017 15:47:16 +0200 Subject: [PATCH] tint2conf: Fix bad code when compiling with clang --- src/tint2conf/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tint2conf/main.h b/src/tint2conf/main.h index f42e127..31dfe7d 100644 --- a/src/tint2conf/main.h +++ b/src/tint2conf/main.h @@ -15,7 +15,7 @@ #endif #define SNAPSHOT_TICK 190 -gboolean update_snapshot(); +gboolean update_snapshot(gpointer ignored); void menuApply(); void refresh_current_theme(); extern GtkWidget *g_window;