Skip to content

Commit

Permalink
Fix: linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
dnzbk committed Jul 4, 2024
1 parent 0ee2b0c commit 2f0b642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/util/FileSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class FileSystem
static bool FileExists(const char* filename);
static bool DirectoryExists(const char* dirFilename);
static bool CreateDirectory(const char* dirFilename);
static std::string FileSystem::ExtractFilePathFromCmd(const std::string& path);
static std::string ExtractFilePathFromCmd(const std::string& path);
static std::string EscapePathForShell(const std::string& path);

/* Delete empty directory */
Expand Down

0 comments on commit 2f0b642

Please sign in to comment.