From 670c78fcefd223e5a267a350a23cf7a9fee74b7d Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 8 Aug 2016 20:52:06 +0200 Subject: [PATCH] Fix compiler warning --- src/ui/gui/psppire-syntax-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/gui/psppire-syntax-window.c b/src/ui/gui/psppire-syntax-window.c index fddc005e5f..b8aa16872d 100644 --- a/src/ui/gui/psppire-syntax-window.c +++ b/src/ui/gui/psppire-syntax-window.c @@ -798,7 +798,7 @@ psppire_syntax_window_init (PsppireSyntaxWindow *window) gtk_widget_show_all (box); - GApplication *app = g_application_get_default (); + GtkApplication *app = GTK_APPLICATION (g_application_get_default ()); { GSimpleAction *open = g_simple_action_new ("open", NULL); -- 2.30.2