Fix build using gcc 10 -fno-common flag

rbuj 2020-01-29 23:33:45 +01:00 committed by raveit65
parent 95ae61d325
commit f9563c4688
2 changed files with 3 additions and 1 deletions

View File

@ -68,6 +68,8 @@
*
*/
GSettings *settings_global;
struct _TerminalAppClass
{
GObjectClass parent_class;

View File

@ -83,7 +83,7 @@ G_BEGIN_DECLS
typedef struct _TerminalAppClass TerminalAppClass;
typedef struct _TerminalApp TerminalApp;
GSettings *settings_global;
extern GSettings *settings_global;
GType terminal_app_get_type (void);