1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-29 10:02:57 +03:00

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;
}
void remove_child(StringView id)
void remove_child(StringView id) override
{
if (id == m_default_region)
m_default_region = String{};