X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fstrreplace.cc;h=a2e8bdca9c806243bbc7188111b231d3b1d12f6c;hb=16fe286ed97e89a6768e0eb1e983ab55cc396eaf;hp=e043b9f54e9cb5b15a744ea5cd64ee3fef358917;hpb=ced4378d0914bcfb926267772c45d1d23f3bed38;p=ardour.git diff --git a/libs/pbd/strreplace.cc b/libs/pbd/strreplace.cc index e043b9f54e..a2e8bdca9c 100644 --- a/libs/pbd/strreplace.cc +++ b/libs/pbd/strreplace.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2000-2007 Paul Davis + Copyright (C) 2000-2007 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,7 +23,7 @@ int replace_all (std::string& str, std::string const& target, - std::string const& replacement) + std::string const& replacement) { std::string::size_type start = str.find (target, 0); int cnt = 0;