From 6617c76a5e8c902abab5e54c462e552f4ac285e1 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 8 May 2014 07:32:36 +1000 Subject: And now purkle is it's own skang module. --- src/GuiLua/GuiLua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GuiLua/GuiLua.c') diff --git a/src/GuiLua/GuiLua.c b/src/GuiLua/GuiLua.c index cfcc9d8..dbd3f95 100644 --- a/src/GuiLua/GuiLua.c +++ b/src/GuiLua/GuiLua.c @@ -144,7 +144,7 @@ and ordinary elementary widgets. Proper introspection can come later. static int logDom; // Our logging domain. -static const char *glName = "ourGuiLua"; +const char *glName = "ourGuiLua"; /* Sooo, how to do this - widget has to be a light userdata -- cgit v1.1