diff options
Diffstat (limited to 'include/helpers.hpp')
-rw-r--r-- | include/helpers.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helpers.hpp b/include/helpers.hpp index 815693f..85b4742 100644 --- a/include/helpers.hpp +++ b/include/helpers.hpp @@ -40,7 +40,7 @@ using std::string; * * @since 0.4.0 */ -const string unescape_html(string html); +string unescape_html(string html); } // namespace mastodonpp |