summaryrefslogtreecommitdiffhomepage
path: root/loader/ground-traits.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/ground-traits.hpp')
-rw-r--r--loader/ground-traits.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/ground-traits.hpp b/loader/ground-traits.hpp
index 56923cd0..df661e26 100644
--- a/loader/ground-traits.hpp
+++ b/loader/ground-traits.hpp
@@ -15,6 +15,7 @@ template<> struct atlas_loader_traits<ground_atlas>
static StringView loader_name();
static const std::shared_ptr<Atlas>& atlas_of(const Cell& x);
+ static std::shared_ptr<Atlas>& atlas_of(Cell& x);
static StringView name_of(const Cell& x);
static StringView name_of(const Atlas& x);
static void ensure_atlases_loaded(Storage& st);