mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:10:06 +00:00
add override to SettingsVariable::Commit. Fixes error for clangd.
This commit is contained in:
parent
21cb6859a2
commit
ef6494f4c3
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ public:
|
|||
* @return true if the staged value was committed, false if no staged value
|
||||
* is present.
|
||||
*/
|
||||
bool Commit();
|
||||
bool Commit() override;
|
||||
|
||||
/**
|
||||
* Clears the staged value of the settings variable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue