Fix error if stdout not available.
This commit is contained in:
parent
168b1aac2f
commit
60224ccd23
2 changed files with 19 additions and 1 deletions
|
@ -40,6 +40,7 @@ public:
|
|||
void text(const char *fmt, va_list args) override;
|
||||
|
||||
private:
|
||||
bool isWritable() const;
|
||||
void print(char *fmt, va_list args);
|
||||
|
||||
bool m_colors;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue