diff --git a/Data.h b/Data.h index bb17e50..26f2ffc 100644 --- a/Data.h +++ b/Data.h @@ -15,7 +15,7 @@ namespace Data int Size = 0; public: - Array(const std::filesystem::path FilePath = "Data/", const int FileSize = 0); + Array(const std::filesystem::path FilePath = "Data", const int FileSize = 0); std::vector List(); void Read(const std::string FileName); void Save(const std::string FileName); @@ -32,7 +32,7 @@ namespace Data std::filesystem::path Path; public: - Vector(const std::filesystem::path FilePath = "Data/", const int FileSize = 0); + Vector(const std::filesystem::path FilePath = "Data", const int FileSize = 0); std::vector List(); void Read(const std::string FileName); void Save(const std::string FileName);