Fix interface return type for MSWSetTabStops

This commit is contained in:
Ian McInerney
2021-05-13 03:21:14 +01:00
committed by Ian McInerney
parent 1688429249
commit 8482b50129

View File

@@ -350,7 +350,7 @@ public:
@since 3.1.4
*/
virtual void MSWSetTabStops(const wxVector<int>& tabStops);
virtual bool MSWSetTabStops(const wxVector<int>& tabStops);
// NOTE: Phoenix needs to see the implementation of pure virtuals so it
// knows that this class is not abstract.