add override to SettingsVariable::Commit. Fixes error for clangd.

This commit is contained in:
AdenKoperczak 2024-09-12 10:02:23 -04:00
parent 21cb6859a2
commit ef6494f4c3

View file

@ -91,7 +91,7 @@ public:
* @return true if the staged value was committed, false if no staged value * @return true if the staged value was committed, false if no staged value
* is present. * is present.
*/ */
bool Commit(); bool Commit() override;
/** /**
* Clears the staged value of the settings variable. * Clears the staged value of the settings variable.