Kaynağa Gözat

Fix compile error on gd_native_library_editor.cpp with tools=no

Marcelo Fernandez 8 yıl önce
ebeveyn
işleme
12a7f15bdc
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      modules/gdnative/gd_native_library_editor.cpp

+ 2 - 0
modules/gdnative/gd_native_library_editor.cpp

@@ -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