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:
parent
7905382b74
commit
62fa783bfd
@ -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{};
|
||||
|
Loading…
Reference in New Issue
Block a user