From 295bbda921f591d622be11aa03713ef244ac06ca Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Sun, 29 Sep 2024 21:39:44 -0500 Subject: [PATCH] Properly mark settings variable functions as override --- scwx-qt/source/scwx/qt/settings/settings_variable.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scwx-qt/source/scwx/qt/settings/settings_variable.hpp b/scwx-qt/source/scwx/qt/settings/settings_variable.hpp index df9184a1..2c3b2a07 100644 --- a/scwx-qt/source/scwx/qt/settings/settings_variable.hpp +++ b/scwx-qt/source/scwx/qt/settings/settings_variable.hpp @@ -44,7 +44,7 @@ public: * @return true if the settings variable is currently set to its default * value, otherwise false. */ - bool IsDefault() const; + bool IsDefault() const override; /** * Gets whether or not the settings variable currently has its staged value @@ -53,7 +53,7 @@ public: * @return true if the settings variable currently has its staged value set * to default, otherwise false. */ - bool IsDefaultStaged() const; + bool IsDefaultStaged() const override; /** * Gets the current value of the settings variable.