refactor: Remove override for final overriders

This commit is contained in:
Hennadii Stepanov
2020-03-14 08:50:15 +02:00
parent 1551cea2d5
commit d044e0ec7d
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ public:
::tableRPC.appendCommand(m_command.name, &m_command);
}
void disconnect() override final
void disconnect() final
{
if (m_wrapped_command) {
m_wrapped_command = nullptr;