Storage Kit: Tiny style fix

This commit is contained in:
John Scipione
2015-03-03 18:47:03 -05:00
parent d59fdbf2c6
commit 02b72520b6
+2 -2
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();