aboutsummaryrefslogtreecommitdiff
path: root/source/Sprite.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Sprite.hpp')
-rw-r--r--source/Sprite.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Sprite.hpp b/source/Sprite.hpp
index 064aa30..e163a01 100644
--- a/source/Sprite.hpp
+++ b/source/Sprite.hpp
@@ -72,7 +72,7 @@ public:
bool IsFrameCountOverriden() const;
int GetFrameCount() const;
- 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;