summaryrefslogtreecommitdiffhomepage
path: root/loader/atlas-loader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/atlas-loader.hpp')
-rw-r--r--loader/atlas-loader.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/atlas-loader.hpp b/loader/atlas-loader.hpp
index 919e4c90..e4afb5a0 100644
--- a/loader/atlas-loader.hpp
+++ b/loader/atlas-loader.hpp
@@ -24,7 +24,7 @@ public:
atlas_loader(TRAITS&& traits);
atlas_loader() requires std::is_default_constructible_v<TRAITS>;
- ArrayView<const Cell> ensure_atlas_list();
+ ArrayView<const Cell> atlas_list();
const std::shared_ptr<Atlas>& get_atlas(StringView name, loader_policy p);
std::shared_ptr<Atlas> make_atlas(StringView name, const Cell& cell);