summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/replace_all.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/replace_all.h')
-rw-r--r--libs/pbd/pbd/replace_all.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/pbd/pbd/replace_all.h b/libs/pbd/pbd/replace_all.h
new file mode 100644
index 0000000000..4434637283
--- /dev/null
+++ b/libs/pbd/pbd/replace_all.h
@@ -0,0 +1,8 @@
+#ifndef __pbd_replace_all_h__
+#define __pbd_replace_all_h__
+
+#include <string>
+
+int replace_all (std::string& str, const std::string& target, const std::string& replacement);
+
+#endif // __pbd_replace_all_h__