From 9fcdfe312fd9809a1cd52c08e7d8d7bd991a9fb3 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 7 May 2022 17:27:01 -0700 Subject: Changeset: 25 Reduce dependency between editor headers and main game headers --- source/Material.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Material.cpp') diff --git a/source/Material.cpp b/source/Material.cpp index 3d227f6..e648970 100644 --- a/source/Material.cpp +++ b/source/Material.cpp @@ -337,7 +337,7 @@ void IresMaterial::InvalidateInstance() { mInstance->mIres = this; } -void IresMaterial::ShowEditor(EditorInstance& editor) { +void IresMaterial::ShowEditor(IEditor& editor) { using namespace Tags; IresObject::ShowEditor(editor); -- cgit v1.2.3-70-g09d2