Skip to content

Commit

Permalink
Fixed compilation errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Goubermouche committed Jan 31, 2024
1 parent 9841fd8 commit 53534a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utility/filesystem/file.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ namespace utility {
return std::filesystem::remove(path.get_path());
}

void create(const filepath& path) {
inline void create(const filepath& path) {
// TODO: add error checking
std::ofstream file(path.get_path());
file.close();
Expand Down

0 comments on commit 53534a5

Please sign in to comment.