mirror of
https://github.com/QuasarApp/backward-cpp.git
synced 2025-05-17 20:09:39 +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 {
|
class Colorize {
|
||||||
public:
|
public:
|
||||||
Colorize(std::FILE*) {}
|
Colorize(std::FILE*) {}
|
||||||
void init();
|
void init() {}
|
||||||
void set_color(Color::type) {}
|
void set_color(Color::type) {}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user