summaryrefslogtreecommitdiffhomepage
path: root/anim-crop-tool/atlas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'anim-crop-tool/atlas.hpp')
-rw-r--r--anim-crop-tool/atlas.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/anim-crop-tool/atlas.hpp b/anim-crop-tool/atlas.hpp
index 21e1eff1..6b5f7b95 100644
--- a/anim-crop-tool/atlas.hpp
+++ b/anim-crop-tool/atlas.hpp
@@ -1,6 +1,6 @@
#pragma once
#include <vector>
-#include <filesystem>
+#include <Corrade/Containers/StringView.h>
#include <Magnum/Magnum.h>
#include <Magnum/Math/Vector2.h>
#include <opencv2/core/mat.hpp>
@@ -33,7 +33,7 @@ public:
void advance_row();
Magnum::Vector2ui offset() const noexcept;
Magnum::Vector2ui size() const noexcept;
- [[nodiscard]] bool dump(const std::filesystem::path& filename) const;
+ [[nodiscard]] bool dump(StringView filename) const;
};
} // namespace floormat::Serialize