diff options
Diffstat (limited to 'src/gui_htmlattrtext.cc')
| -rw-r--r-- | src/gui_htmlattrtext.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_htmlattrtext.cc b/src/gui_htmlattrtext.cc index 453d550..9a6fac7 100644 --- a/src/gui_htmlattrtext.cc +++ b/src/gui_htmlattrtext.cc @@ -228,7 +228,7 @@ private: out->append("\">"); } - static void end_tag(std::string* out, Attribute const& UNUSED(attr)) { + static void end_tag(std::string* out, Attribute const&) { out->append("</span>"); } |
