Skip to content

Commit

Permalink
quiet warning
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffthemedio committed Apr 21, 2024
1 parent 07a5603 commit 74b7c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GG/src/RichText/RichText.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ class GG::RichTextPrivate {
RichText::BlockFactoryMap m_block_factory_map; //!< A map that tells us how to generate block controls from tags.
std::vector<std::shared_ptr<BlockControl>> m_blocks; //!< The blocks generated from our content.
int m_padding = 0;
Flags<TextFormat> m_format; //!< Text format.
Clr m_color; //! < The color to use for text.
Flags<TextFormat> m_format; //!< Text format.

friend class RichText;
};
Expand Down

0 comments on commit 74b7c90

Please sign in to comment.