summaryrefslogtreecommitdiff
path: root/libs/pbd3/pbd/basename.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd3/pbd/basename.h')
-rw-r--r--libs/pbd3/pbd/basename.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/pbd3/pbd/basename.h b/libs/pbd3/pbd/basename.h
index 01f40b6b6a..35aebe166c 100644
--- a/libs/pbd3/pbd/basename.h
+++ b/libs/pbd3/pbd/basename.h
@@ -6,9 +6,7 @@
namespace PBD
{
-extern char *basename (const char *);
-extern std::string basename (const std::string);
-extern std::string basename_nosuffix (const std::string);
+extern std::string basename_nosuffix (const std::string&);
};