From f9d1c221023e76e5a84bb4f88af4b05494054dd4 Mon Sep 17 00:00:00 2001 From: zhuyaliang <15132211195@163.com> Date: Mon, 19 Jul 2021 02:18:16 +0800 Subject: Fix compilation warning --- font-viewer/font-view.c | 1 + 1 file changed, 1 insertion(+) (limited to 'font-viewer') diff --git a/font-viewer/font-view.c b/font-viewer/font-view.c index 8d40cdcd..588b6ba5 100644 --- a/font-viewer/font-view.c +++ b/font-viewer/font-view.c @@ -45,6 +45,7 @@ #define FONT_VIEW_APPLICATION(obj) \ (G_TYPE_CHECK_INSTANCE_CAST ((obj), FONT_VIEW_TYPE_APPLICATION, FontViewApplication)) +static GType font_view_application_get_type (void); typedef struct { GtkApplication parent; -- cgit v1.2.1