aboutsummaryrefslogtreecommitdiff
path: root/include/Storage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Storage.hpp')
-rw-r--r--include/Storage.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/Storage.hpp b/include/Storage.hpp
index 9107bb2..1bf44a9 100644
--- a/include/Storage.hpp
+++ b/include/Storage.hpp
@@ -2,7 +2,6 @@
#include "Path.hpp"
#include <functional>
-#include <filesystem>
#include <rapidjson/fwd.h>
namespace Json {
@@ -11,7 +10,7 @@ namespace Json {
namespace QuickMedia {
// Return false to stop the iterator
- using FileIteratorCallback = std::function<bool(const std::filesystem::path &filepath)>;
+ using FileIteratorCallback = std::function<bool(const Path &filepath)>;
enum class FileType {
FILE_NOT_FOUND,