mirror of
https://github.com/QuasarApp/backward-cpp.git
synced 2025-05-17 11:59:40 +00:00
added an empty body to Colorize::init() method on non-Linux systems
This commit is contained in:
parent
7742dacc36
commit
c406061820
@ -1836,7 +1836,7 @@ namespace Color {
|
||||
class Colorize {
|
||||
public:
|
||||
Colorize(std::FILE*) {}
|
||||
void init();
|
||||
void init() {}
|
||||
void set_color(Color::type) {}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user