Fix interface return type for MSWSetTabStops
This commit is contained in:
parent
1688429249
commit
8482b50129
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue