diff options
Diffstat (limited to 'font-viewer')
-rw-r--r-- | font-viewer/font-view.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |