From d4dbc2c00e0f17d21a9a2f047bbe8a855fa2ad83 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Mon, 2 Jun 2014 11:18:40 +0300 Subject: [PATCH] Eluna attempt fix linux --- LuaEngine.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LuaEngine.h b/LuaEngine.h index 2a96da0..bd99bb2 100644 --- a/LuaEngine.h +++ b/LuaEngine.h @@ -425,6 +425,9 @@ struct EntryBind ElunaEntryMap Bindings; // Binding store Bindings[entryId][eventId] = funcRef; }; +template +class ElunaTemplate; + class Eluna { public: