mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
oh tidy yourself
This commit is contained in:
parent
97fe5cab85
commit
4578e4e6e1
1 changed files with 1 additions and 4 deletions
|
@ -198,10 +198,7 @@ namespace Debug
|
|||
return c;
|
||||
}
|
||||
|
||||
int sync() override
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
int sync() override { return 0; }
|
||||
|
||||
private:
|
||||
std::unique_ptr<DebugOutputBase> m_sink;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue