summaryrefslogtreecommitdiffhomepage
path: root/loader/anim-traits.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/anim-traits.hpp')
-rw-r--r--loader/anim-traits.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/anim-traits.hpp b/loader/anim-traits.hpp
index 3c4a43af..8eef8b89 100644
--- a/loader/anim-traits.hpp
+++ b/loader/anim-traits.hpp
@@ -20,7 +20,7 @@ template<> struct atlas_loader_traits<anim_atlas>
static StringView name_of(const Atlas& x);
static String& name_of(Cell& x);
static void ensure_atlases_loaded(Storage& st);
- static const Cell& make_invalid_atlas(Storage& st);
+ static Pointer<Cell> make_invalid_atlas(Storage& st);
static std::shared_ptr<Atlas> make_atlas(StringView name, const Cell& c);
static Optional<Cell> make_cell(StringView name);
};