summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/shortpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/shortpath.h')
-rw-r--r--libs/pbd/pbd/shortpath.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/pbd/pbd/shortpath.h b/libs/pbd/pbd/shortpath.h
index 55431bf34e..dacd1ebbfe 100644
--- a/libs/pbd/pbd/shortpath.h
+++ b/libs/pbd/pbd/shortpath.h
@@ -20,8 +20,8 @@
#ifndef __pbd_shortpath_h__
#define __pbd_shortpath_h__
-#include <glibmm/ustring.h>
+#include <string>
-Glib::ustring short_path (const Glib::ustring& path, Glib::ustring::size_type target_characters);
+std::string short_path (const std::string& path, std::string::size_type target_characters);
#endif /* __pbd_shortpath_h__ */