Storage Kit: Tiny style fix

This commit is contained in:
John Scipione 2015-03-02 20:27:26 -05:00
parent d59fdbf2c6
commit 02b72520b6

View File

@ -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();