mirror of
https://github.com/yoboujon/ftxui_template.git
synced 2025-06-08 04:50:49 +02:00
Fixed Logger not compiling.
This commit is contained in:
parent
ee868dbad4
commit
c526374738
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ Logger::Logger()
|
|||
{
|
||||
}
|
||||
|
||||
Logger::~Logger()
|
||||
{
|
||||
}
|
||||
|
||||
void Logger::set_max_size(int size)
|
||||
{
|
||||
if (size == _maxSize)
|
||||
|
|
Loading…
Add table
Reference in a new issue