summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/utils.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-06-25 21:03:47 +0200
committerRobin Gareus <robin@gareus.org>2014-06-25 21:47:54 +0200
commit1bd4e448defb93c879bf25167cf42b6d8534eb73 (patch)
tree82621fe56dfc74aa5f97bef1138b78062617f806 /libs/ardour/ardour/utils.h
parent4da2fadb9e9ea273593064ab140beccfdaa30d31 (diff)
namespace libardour utils
Diffstat (limited to 'libs/ardour/ardour/utils.h')
-rw-r--r--libs/ardour/ardour/utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/ardour/utils.h b/libs/ardour/ardour/utils.h
index 6dba01c797..05fb2446a9 100644
--- a/libs/ardour/ardour/utils.h
+++ b/libs/ardour/ardour/utils.h
@@ -39,6 +39,8 @@
class XMLNode;
+namespace ARDOUR {
+
LIBARDOUR_API std::string legalize_for_path (const std::string& str);
LIBARDOUR_API std::string legalize_for_universal_path (const std::string& str);
LIBARDOUR_API std::string legalize_for_uri (const std::string& str);
@@ -174,5 +176,7 @@ LIBARDOUR_API uint32_t how_many_dsp_threads ();
LIBARDOUR_API std::string CFStringRefToStdString(CFStringRef stringRef);
#endif // __APPLE__
+} //namespave
+
#endif /* __ardour_utils_h__ */