summaryrefslogtreecommitdiff
path: root/font-viewer
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2021-07-19 02:18:16 +0800
committerVictor Kareh <[email protected]>2021-07-19 15:16:44 -0400
commitf9d1c221023e76e5a84bb4f88af4b05494054dd4 (patch)
tree6337ba65fad8650ef7633ec344ae9bf7702a0ac7 /font-viewer
parent15f1a9f8d57cca42e2adb8ce8c825b1d1c1328a7 (diff)
downloadmate-control-center-f9d1c221023e76e5a84bb4f88af4b05494054dd4.tar.bz2
mate-control-center-f9d1c221023e76e5a84bb4f88af4b05494054dd4.tar.xz
Fix compilation warning
Diffstat (limited to 'font-viewer')
-rw-r--r--font-viewer/font-view.c1
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;