remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths...
[ardour.git] / libs / ardour / ardour / source.h
index cb46e90085ad4abe4bf19225f6c35f9075034cd4..ebe8cdf0f55a5282d06ab122b71ca5c5e4338e5e 100644 (file)
@@ -64,7 +64,7 @@ class Source : public SessionObject
        virtual framecnt_t length (framepos_t pos) const = 0;
        virtual void       update_length (framepos_t pos, framecnt_t cnt) = 0;
 
-       virtual const Glib::ustring& path() const = 0;
+       virtual const std::string& path() const = 0;
 
        virtual framepos_t natural_position() const { return 0; }