From 105caf23daf5aed16c7ee8b904fcca2ddbd4f59f Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sat, 23 Jun 2012 05:06:54 +0000 Subject: Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_utils.h and ardour/session_dir.h git-svn-id: svn://localhost/ardour2/branches/3.0@12829 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/surfaces/mackie/device_profile.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/surfaces/mackie/device_profile.cc') diff --git a/libs/surfaces/mackie/device_profile.cc b/libs/surfaces/mackie/device_profile.cc index 3a9013dc9f..fbf7d89361 100644 --- a/libs/surfaces/mackie/device_profile.cc +++ b/libs/surfaces/mackie/device_profile.cc @@ -26,6 +26,7 @@ #include "pbd/error.h" #include "pbd/pathscanner.h" #include "pbd/replace_all.h" +#include "pbd/filesystem.h" #include "ardour/filesystem_paths.h" @@ -59,7 +60,7 @@ static SearchPath devprofile_search_path () { bool devprofile_path_defined = false; - sys::path spath_env (Glib::getenv (devprofile_env_variable_name, devprofile_path_defined)); + std::string spath_env (Glib::getenv (devprofile_env_variable_name, devprofile_path_defined)); if (devprofile_path_defined) { return spath_env; -- cgit v1.2.3