1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-14 19:13:06 +00:00

oh tidy yourself

This commit is contained in:
Bret Curtis 2023-05-27 23:58:27 +02:00
parent 97fe5cab85
commit 4578e4e6e1

View file

@ -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;