summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mu-runtime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mu-runtime.c b/src/mu-runtime.c
index 5bfcb68..9f0f45e 100644
--- a/src/mu-runtime.c
+++ b/src/mu-runtime.c
@@ -41,6 +41,7 @@ typedef struct _MuRuntimeData MuRuntimeData;
/* static, global data for this singleton */
static gboolean _initialized = FALSE;
+
static MuRuntimeData *_data = NULL;
static void runtime_free (void);