44346372831f3feac6c202b240a67d6105d5d33c
[ardour.git] / libs / pbd / pbd / replace_all.h
1 #ifndef __pbd_replace_all_h__
2 #define __pbd_replace_all_h__
3
4 #include <string>
5
6 int replace_all (std::string& str, const std::string& target, const std::string& replacement);
7
8 #endif // __pbd_replace_all_h__