|
2 | 2 | <def format="2"> |
3 | 3 | <type-checks> |
4 | 4 | <unusedvar> |
5 | | - <check>wxRect</check> |
6 | | - <check>wxSize</check> |
| 5 | + <check>wxAcceleratorEntry</check> |
| 6 | + <check>wxArrayDouble</check> |
| 7 | + <check>wxArrayInt</check> |
| 8 | + <check>wxArrayPtrVoid</check> |
| 9 | + <check>wxArrayShort</check> |
| 10 | + <check>wxArrayString</check> |
| 11 | + <check>wxBrush</check> |
7 | 12 | <check>wxColour</check> |
8 | | - <check>wxPoint</check> |
9 | | - <check>wxPoint2DInt</check> |
10 | | - <check>wxPoint2DDouble</check> |
11 | | - <check>wxRealPoint</check> |
12 | | - <check>wxVersionInfo</check> |
13 | | - <check>wxRegion</check> |
14 | | - <check>wxRegEx</check> |
15 | | - <check>wxPosition</check> |
16 | | - <check>wxFileType</check> |
17 | | - <check>wxTimeSpan</check> |
18 | 13 | <check>wxDateSpan</check> |
| 14 | + <check>wxFileType</check> |
19 | 15 | <check>wxFont</check> |
20 | 16 | <check>wxFontInfo</check> |
21 | 17 | <check>wxFontList</check> |
22 | | - <check>wxBrush</check> |
23 | 18 | <check>wxPen</check> |
24 | 19 | <check>wxPenList</check> |
25 | | - <check>wxAcceleratorEntry</check> |
| 20 | + <check>wxPoint</check> |
| 21 | + <check>wxPoint2DDouble</check> |
| 22 | + <check>wxPoint2DInt</check> |
| 23 | + <check>wxPosition</check> |
| 24 | + <check>wxRealPoint</check> |
| 25 | + <check>wxRegion</check> |
| 26 | + <check>wxRegEx</check> |
| 27 | + <check>wxRect</check> |
| 28 | + <check>wxSize</check> |
| 29 | + <check>wxSystemOptions</check> |
| 30 | + <check>wxSystemSettings</check> |
| 31 | + <check>wxTimeSpan</check> |
26 | 32 | <check>wxVector</check> |
27 | | - <check>wxArrayInt</check> |
28 | | - <check>wxArrayDouble</check> |
29 | | - <check>wxArrayShort</check> |
30 | | - <check>wxArrayString</check> |
31 | | - <check>wxArrayPtrVoid</check> |
| 33 | + <check>wxVersionInfo</check> |
32 | 34 | </unusedvar> |
33 | 35 | <operatorEqVarError> |
34 | 36 | </operatorEqVarError> |
|
0 commit comments