diff --git a/headers/os/storage/SymLink.h b/headers/os/storage/SymLink.h index e4b96008d4..c81e3b7a7c 100644 --- a/headers/os/storage/SymLink.h +++ b/headers/os/storage/SymLink.h @@ -27,9 +27,9 @@ public: ssize_t ReadLink(char* buf, size_t size); ssize_t MakeLinkedPath(const char* dirPath, - BPath* path); + BPath* path); ssize_t MakeLinkedPath(const BDirectory* dir, - BPath* path); + BPath* path); bool IsAbsolute();