Renamed exposed method. [#1004]

pull/1022/head
Florian Wörter 7 years ago
parent 63cfb7db25
commit 1caf05cc52

@ -133,7 +133,7 @@ public:
formatter_ = std::move(sink_formatter); formatter_ = std::move(sink_formatter);
} }
bool colors_enabled() bool should_color()
{ {
return should_do_colors_; return should_do_colors_;
} }

Loading…
Cancel
Save