1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Fix compile error on gd_native_library_editor.cpp with tools=no

This commit is contained in:
Marcelo Fernandez
2017-09-15 13:29:29 -03:00
parent 6b729726e0
commit 12a7f15bdc

View File

@@ -1,3 +1,4 @@
#ifdef TOOLS_ENABLED
#include "gd_native_library_editor.h"
#include "gdnative.h"
@@ -118,3 +119,4 @@ GDNativeLibraryEditor::GDNativeLibraryEditor()
updating=false;
libraries->connect("item_edited",this,"_item_edited");
}
#endif