summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/stringfilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/stringfilter.cpp b/src/utils/stringfilter.cpp
index 1e2eaa54..b36ad71d 100644
--- a/src/utils/stringfilter.cpp
+++ b/src/utils/stringfilter.cpp
@@ -120,7 +120,7 @@ bool StringFilter::isEmailValid(const std::string& email)
(email.find_first_of(' ') == std::string::npos);
}
-bool StringFilter::findDoubleQuotes(const std::string& text)
+bool StringFilter::findDoubleQuotes(const std::string &text)
{
return (text.find('"', 0) != std::string::npos);
}