From 8482b501291460d665b22ee26f3b751e400aa886 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Thu, 13 May 2021 03:21:14 +0100 Subject: [PATCH] Fix interface return type for MSWSetTabStops --- interface/wx/listbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/listbox.h b/interface/wx/listbox.h index 3e6aaea10a..ad1cee2a52 100644 --- a/interface/wx/listbox.h +++ b/interface/wx/listbox.h @@ -350,7 +350,7 @@ public: @since 3.1.4 */ - virtual void MSWSetTabStops(const wxVector& tabStops); + virtual bool MSWSetTabStops(const wxVector& tabStops); // NOTE: Phoenix needs to see the implementation of pure virtuals so it // knows that this class is not abstract.