Fix interface return type for MSWSetTabStops
This commit is contained in:
committed by
Ian McInerney
parent
1688429249
commit
8482b50129
@@ -350,7 +350,7 @@ public:
|
|||||||
|
|
||||||
@since 3.1.4
|
@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
|
// NOTE: Phoenix needs to see the implementation of pure virtuals so it
|
||||||
// knows that this class is not abstract.
|
// knows that this class is not abstract.
|
||||||
|
Reference in New Issue
Block a user