From 4e5310cc60dc17e5ef09e57115ca8236544679e4 Mon Sep 17 00:00:00 2001 From: qarmin Date: Wed, 26 Jun 2019 15:08:25 +0200 Subject: Some code changed with Clang-Tidy --- modules/mono/editor/csharp_project.h | 2 +- modules/mono/editor/godotsharp_editor.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/mono/editor') diff --git a/modules/mono/editor/csharp_project.h b/modules/mono/editor/csharp_project.h index 3d5a65f8da..b08c9090c7 100644 --- a/modules/mono/editor/csharp_project.h +++ b/modules/mono/editor/csharp_project.h @@ -36,7 +36,7 @@ namespace CSharpProject { String generate_core_api_project(const String &p_dir, const Vector &p_files = Vector()); -String generate_editor_api_project(const String &p_dir, const String &p_core_dll_path, const Vector &p_files = Vector()); +String generate_editor_api_project(const String &p_dir, const String &p_core_proj_path, const Vector &p_files = Vector()); String generate_game_project(const String &p_dir, const String &p_name, const Vector &p_files = Vector()); void add_item(const String &p_project_path, const String &p_item_type, const String &p_include); diff --git a/modules/mono/editor/godotsharp_editor.h b/modules/mono/editor/godotsharp_editor.h index 4a28492bad..d5bd8ba126 100644 --- a/modules/mono/editor/godotsharp_editor.h +++ b/modules/mono/editor/godotsharp_editor.h @@ -35,7 +35,7 @@ #include "monodevelop_instance.h" class GodotSharpEditor : public Node { - GDCLASS(GodotSharpEditor, Object); + GDCLASS(GodotSharpEditor, Node); EditorNode *editor; -- cgit v1.2.3