diff options
author | rtk0c <[email protected]> | 2022-05-07 17:27:01 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-05-07 17:27:01 -0700 |
commit | 9fcdfe312fd9809a1cd52c08e7d8d7bd991a9fb3 (patch) | |
tree | c9820ea29a0d38c2adb7464386233415bfcccc10 /source/Shader.hpp | |
parent | f348347f205f51800d0628021f193e63f5833f8d (diff) |
Changeset: 25 Reduce dependency between editor headers and main game headers
Diffstat (limited to 'source/Shader.hpp')
-rw-r--r-- | source/Shader.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Shader.hpp b/source/Shader.hpp index 602b0db..707e6cc 100644 --- a/source/Shader.hpp +++ b/source/Shader.hpp @@ -166,7 +166,7 @@ public: Shader* 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; |