Skip to content

Commit

Permalink
fix build on gcc 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Oct 14, 2020
1 parent d856464 commit 6d5f765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ void categorize(std::ostream & s, df::historical_figure *hf, bool, bool)
s << " " << html_escape(DF2UTF(name)) << suffix;
if (auto sym = name == race->name[0] ? ENUM_ATTR(pronoun_type, symbol, hf->sex) : nullptr)
{
s << " (" << html_escape(DF2UTF(name)) << ")";
s << " (" << html_escape(DF2UTF(sym)) << ")";
}

if (hf->flags.is_set(histfig_flags::deity) || hf->flags.is_set(histfig_flags::skeletal_deity) || hf->flags.is_set(histfig_flags::rotting_deity))
Expand Down

0 comments on commit 6d5f765

Please sign in to comment.