aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform.h')
-rw-r--r--src/Platform.h2
1 files changed, 1 insertions, 1 deletions
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<ListBox> Allocate();
virtual void SetFont(const Font *font)=0;