From 921f756855b9e19363cb79355d12bb8d683ffc06 Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Sat, 7 May 2022 17:27:01 -0700 Subject: Reduce dependency between editor headers and main game headers --- source/Material.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Material.hpp') diff --git a/source/Material.hpp b/source/Material.hpp index eb05a73..f1cd7dd 100644 --- a/source/Material.hpp +++ b/source/Material.hpp @@ -118,7 +118,7 @@ public: Material* GetInstance() const; void InvalidateInstance(); - void ShowEditor(EditorInstance& editor) override; + void ShowEditor(IEditor& editor) override; void Write(IresWritingContext& ctx, rapidjson::Value& value, rapidjson::Document& root) const override; void Read(IresLoadingContext& ctx, const rapidjson::Value& value) override; -- cgit v1.2.3-70-g09d2