oh tidy yourself

simplify_debugging
Bret Curtis 12 months ago
parent 97fe5cab85
commit 4578e4e6e1

@ -198,10 +198,7 @@ namespace Debug
return c; return c;
} }
int sync() override int sync() override { return 0; }
{
return 0;
}
private: private:
std::unique_ptr<DebugOutputBase> m_sink; std::unique_ptr<DebugOutputBase> m_sink;

Loading…
Cancel
Save