summaryrefslogtreecommitdiff
path: root/test/sprite/sprite_store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/sprite/sprite_store.cpp')
-rw-r--r--test/sprite/sprite_store.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sprite/sprite_store.cpp b/test/sprite/sprite_store.cpp
index 574af51b81..6209bde2a3 100644
--- a/test/sprite/sprite_store.cpp
+++ b/test/sprite/sprite_store.cpp
@@ -176,7 +176,7 @@ public:
callback_(spriteStore_.get(), nullptr);
}
- void onSpriteLoadingFailed(std::exception_ptr error) override {
+ void onSpriteError(std::exception_ptr error) override {
callback_(spriteStore_.get(), error);
}