Fix missing override specifier

This commit is contained in:
Maxime Coste 2018-07-26 20:16:48 +10:00
parent 7905382b74
commit 62fa783bfd

View File

@ -1835,7 +1835,7 @@ public:
++m_regions_timestamp; ++m_regions_timestamp;
} }
void remove_child(StringView id) void remove_child(StringView id) override
{ {
if (id == m_default_region) if (id == m_default_region)
m_default_region = String{}; m_default_region = String{};