diff options
Diffstat (limited to 'loader/ground-traits.hpp')
-rw-r--r-- | loader/ground-traits.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/ground-traits.hpp b/loader/ground-traits.hpp index 91f6c3aa..bf66419c 100644 --- a/loader/ground-traits.hpp +++ b/loader/ground-traits.hpp @@ -19,7 +19,7 @@ template<> struct atlas_loader_traits<ground_atlas> static StringView name_of(const Cell& x); static StringView name_of(const Atlas& x); static String& name_of(Cell& x); - static void load_atlas_list(Storage& s); + static void atlas_list(Storage& s); 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); |