From 02b72520b683730ce13b30416576ded451fb2843 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Mon, 2 Mar 2015 20:27:26 -0500 Subject: [PATCH] Storage Kit: Tiny style fix --- headers/os/storage/SymLink.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();