Skip to content

Commit

Permalink
Merge pull request CleverRaven#39885 from jbytheway/fix_clang_build
Browse files Browse the repository at this point in the history
Tweak in hopes of fixing clang build
  • Loading branch information
ifreund authored Apr 25, 2020
2 parents 4a304e3 + 64b72cf commit 54e4bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translations.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,6 @@ struct localized_comparator {
bool operator()( const std::string &, const std::string & ) const;
};

constexpr localized_comparator localized_compare;
constexpr localized_comparator localized_compare{};

#endif // CATA_SRC_TRANSLATIONS_H

0 comments on commit 54e4bb2

Please sign in to comment.