Skip to content

Commit

Permalink
Update Data.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Kokomi000 authored Dec 23, 2023
1 parent 7469c21 commit a63ab2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Data.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Data
int Size = 0;

public:
Array(const std::string FilePath = "Data/", const int FileSize = 0);
Array(const std::filesystem::path FilePath = "Data/", const int FileSize = 0);
std::vector<std::filesystem::path> List();
void Read(const std::string FileName);
void Save(const std::string FileName);
Expand All @@ -32,7 +32,7 @@ namespace Data
std::filesystem::path Path;

public:
Vector(const std::string FilePath = "Data/", const int FileSize = 0);
Vector(const std::filesystem::path FilePath = "Data/", const int FileSize = 0);
std::vector<std::filesystem::path> List();
void Read(const std::string FileName);
void Save(const std::string FileName);
Expand Down

0 comments on commit a63ab2c

Please sign in to comment.