aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/gdnative_library_singleton_editor.h
diff options
context:
space:
mode:
authorThomas Herzog2017-12-18 16:34:57 +0100
committerGitHub2017-12-18 16:34:57 +0100
commit8d13753e9171e2f525d7778b24a911bf60346aa2 (patch)
tree299d2f364eff19c86defb64eba38b626eb5e087a /modules/gdnative/gdnative_library_singleton_editor.h
parentb3a1bf324566af58ceedc918c83396cba97aeedb (diff)
parent13bd5c22c698e5b36db9012d4d5a5fd14076dfdc (diff)
downloadgodot-8d13753e9171e2f525d7778b24a911bf60346aa2.tar.gz
godot-8d13753e9171e2f525d7778b24a911bf60346aa2.tar.zst
godot-8d13753e9171e2f525d7778b24a911bf60346aa2.zip
Merge pull request #14699 from GodotExplorer/gdnlib_editor
Add plugin to edit GDNativeLibrary
Diffstat (limited to '')
-rw-r--r--modules/gdnative/gdnative_library_singleton_editor.h (renamed from modules/gdnative/gd_native_library_editor.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/gdnative/gd_native_library_editor.h b/modules/gdnative/gdnative_library_singleton_editor.h
index a11c4620d..ee1a32c5a 100644
--- a/modules/gdnative/gd_native_library_editor.h
+++ b/modules/gdnative/gdnative_library_singleton_editor.h
@@ -1,5 +1,5 @@
/*************************************************************************/
-/* gd_native_library_editor.h */
+/* gdnative_library_singleton_editor.h */
/*************************************************************************/
/* This file is part of: */
/* GODOT ENGINE */
@@ -34,7 +34,7 @@
#include "editor/editor_file_system.h"
#include "editor/project_settings_editor.h"
-class GDNativeLibraryEditor : public VBoxContainer {
+class GDNativeLibrarySingletonEditor : public VBoxContainer {
Tree *libraries;
bool updating;
@@ -48,7 +48,7 @@ protected:
static void _bind_methods();
public:
- GDNativeLibraryEditor();
+ GDNativeLibrarySingletonEditor();
};
#endif