diff options
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/serverslistbox.h | 2 | ||||
-rw-r--r-- | src/gui/widgets/skilllistbox.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/serverslistbox.h b/src/gui/widgets/serverslistbox.h index e15bebb41..6b03513dd 100644 --- a/src/gui/widgets/serverslistbox.h +++ b/src/gui/widgets/serverslistbox.h @@ -140,7 +140,7 @@ class ServersListBox final : public ListBox } } - void safeDraw(Graphics *graphics) override final + void safeDraw(Graphics *graphics) override final A_NONNULL(2) { ServersListBox::draw(graphics); } diff --git a/src/gui/widgets/skilllistbox.h b/src/gui/widgets/skilllistbox.h index a27c57147..b8aa3f3c5 100644 --- a/src/gui/widgets/skilllistbox.h +++ b/src/gui/widgets/skilllistbox.h @@ -174,7 +174,7 @@ class SkillListBox final : public ListBox } } - void safeDraw(Graphics *graphics) override final + void safeDraw(Graphics *graphics) override final A_NONNULL(2) { SkillListBox::draw(graphics); } |