Skip to content
Snippets Groups Projects
Commit 1b756574 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #10736: calltree: fix build for older glib

parent fdd135d5
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,10 @@
#include "imwindow.h"
#include "searchbar.h"
#if !GLIB_CHECK_VERSION(2, 30, 0)
#define G_VALUE_INIT { 0, { { 0 } } }
#endif
typedef struct {
gchar *source_ID;
gchar *dest_ID;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment