From 5ef64aae58ffb9b66baba00f746413fc92ac980d Mon Sep 17 00:00:00 2001 From: George Marques Date: Mon, 12 Sep 2016 22:40:46 -0300 Subject: Fix build for templates --- modules/gdscript/gd_editor.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/gdscript/gd_editor.cpp') diff --git a/modules/gdscript/gd_editor.cpp b/modules/gdscript/gd_editor.cpp index 48b58c16b8..c3e59836a2 100644 --- a/modules/gdscript/gd_editor.cpp +++ b/modules/gdscript/gd_editor.cpp @@ -2525,6 +2525,8 @@ void GDScriptLanguage::auto_indent_code(String& p_code,int p_from_line,int p_to_ } +#ifdef TOOLS_ENABLED + Error GDScriptLanguage::lookup_code(const String& p_code, const String& p_symbol,const String& p_base_path, Object*p_owner,LookupResult& r_result) { @@ -2959,3 +2961,5 @@ Error GDScriptLanguage::lookup_code(const String& p_code, const String& p_symbol return ERR_CANT_RESOLVE; } + +#endif -- cgit v1.2.3