From 1305e55516528be81837727cb595f776b2137dca Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 15 May 2015 11:21:12 +0800 Subject: [PATCH] src/Application.vala --- src/Application.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Application.vala b/src/Application.vala index c17b09289..86fa6ef96 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -65,6 +65,7 @@ public static string opt_compile_add; public static bool opt_debug = false; + public static string _self; enum Target { INT32, -- 2.39.2