diff options
Diffstat (limited to 'TileColorFactory.h')
-rw-r--r-- | TileColorFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TileColorFactory.h b/TileColorFactory.h index 4394c9e..5608a01 100644 --- a/TileColorFactory.h +++ b/TileColorFactory.h @@ -13,7 +13,7 @@ public: void register_color(const std::string &, const Color &); private: - TileAppearanceCollection collection; + TileAppearanceCollection collection; static constexpr Color default_color = { .red = 0xff, .green = 0xff, |