diff options
Diffstat (limited to 'src/utils/stringutils.h')
-rw-r--r-- | src/utils/stringutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/stringutils.h b/src/utils/stringutils.h index caf3869e0..25dcf9a9d 100644 --- a/src/utils/stringutils.h +++ b/src/utils/stringutils.h @@ -219,7 +219,7 @@ bool findCutLast(std::string &restrict str1, const std::string &restrict str2) A_WARN_UNUSED; bool findCutFirst(std::string &restrict str1, - const std::string &restrict str2) A_WARN_UNUSED; + const std::string &restrict str2); std::string &removeProtocol(std::string &url); |