From 987598c6d853eac0a99bbf97f4fe847874652ed3 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 1 Aug 2022 16:48:21 +1000 Subject: Avoid some warnings from Code Analysis. --- src/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Platform.h') diff --git a/src/Platform.h b/src/Platform.h index ce04d9b22..b0d12888d 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -319,7 +319,7 @@ struct ListOptions { class ListBox : public Window { public: ListBox() noexcept; - virtual ~ListBox() noexcept override; + ~ListBox() noexcept override; static std::unique_ptr Allocate(); virtual void SetFont(const Font *font)=0; -- cgit v1.2.3