tint2conf: Fix bad code when compiling with clang

This commit is contained in:
o9000 2017-03-26 15:47:16 +02:00
parent 2c90c5640e
commit b9ab0ae58e

View file

@ -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;