Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Jul 21, 2024
1 parent 8e13b5a commit edc31ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/editor/inspector/property_info_container_property.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <godot_cpp/classes/h_box_container.hpp>
#include <godot_cpp/classes/line_edit.hpp>
#include <godot_cpp/classes/margin_container.hpp>
#include <godot_cpp/templates/vector.hpp>

using namespace godot;

Expand Down
2 changes: 1 addition & 1 deletion src/editor/inspector/property_type_button_property.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ class OrchestratorEditorPropertyVariableClassification : public EditorProperty
void setup(const String& p_base_type, const String& p_selected_type);
};

#endif ORCHESTRATOR_EDITOR_INSPECTOR_PROPERTY_TYPE_BUTTON_PROPERTY_H
#endif // ORCHESTRATOR_EDITOR_INSPECTOR_PROPERTY_TYPE_BUTTON_PROPERTY_H

0 comments on commit edc31ef

Please sign in to comment.