summaryrefslogtreecommitdiffstats
path: root/src/helpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers.cpp')
-rw-r--r--src/helpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers.cpp b/src/helpers.cpp
index 70fdf7d..1add56d 100644
--- a/src/helpers.cpp
+++ b/src/helpers.cpp
@@ -37,7 +37,7 @@ using std::string_view;
using std::move;
using std::pair;
-const string unescape_html(string html)
+string unescape_html(string html)
{
string buffer{move(html)};
string output;