From a049a69a1ae47b1f47b9d15aa373f4836a07e87e Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sat, 23 Jun 2012 05:08:09 +0000 Subject: [PATCH] Move docs for PBD::sys::get_absolute_path into header git-svn-id: svn://localhost/ardour2/branches/3.0@12861 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/filesystem.cc | 1 - libs/pbd/pbd/filesystem.h | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/libs/pbd/filesystem.cc b/libs/pbd/filesystem.cc index 39d8495fc4..4f0c8a204a 100644 --- a/libs/pbd/filesystem.cc +++ b/libs/pbd/filesystem.cc @@ -211,7 +211,6 @@ extension (const path & p) } -/** Take a (possibly) relative path and make it absolute */ path get_absolute_path (const path & p) { diff --git a/libs/pbd/pbd/filesystem.h b/libs/pbd/pbd/filesystem.h index d64f9619bb..6f84606d5d 100644 --- a/libs/pbd/pbd/filesystem.h +++ b/libs/pbd/pbd/filesystem.h @@ -188,6 +188,10 @@ std::string basename (const path& p); */ std::string extension (const path& p); +/** + * Take a (possibly) relative path and make it absolute + * @return An absolute path + */ path get_absolute_path (const path &); /**