aboutsummaryrefslogtreecommitdiff
path: root/source/Sprite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Sprite.cpp')
-rw-r--r--source/Sprite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Sprite.cpp b/source/Sprite.cpp
index 0f1a3bb..2b4923c 100644
--- a/source/Sprite.cpp
+++ b/source/Sprite.cpp
@@ -175,7 +175,7 @@ int IresSpritesheet::GetFrameCount() const {
}
}
-void IresSpritesheet::ShowEditor(EditorInstance& editor) {
+void IresSpritesheet::ShowEditor(IEditor& editor) {
IresObject::ShowEditor(editor);
bool doInvalidateInstance = false;