diff options
Diffstat (limited to 'src/gui/windows/skilldialog.h')
-rw-r--r-- | src/gui/windows/skilldialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/skilldialog.h b/src/gui/windows/skilldialog.h index 5a4a89afe..cf0bf2f62 100644 --- a/src/gui/windows/skilldialog.h +++ b/src/gui/windows/skilldialog.h @@ -112,7 +112,7 @@ class SkillDialog final : public Window, const int id, const int duration); - bool hasSkills() const A_WARN_UNUSED + bool hasSkills() const noexcept2 A_WARN_UNUSED { return !mSkills.empty(); } void widgetResized(const Event &event) override final; |