Ticket #14811 (closed defect: fixed)
Don't assign NULL to wxUIntPtr
| Reported by: | KindDragon | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | GUI-all | Version: | 2.9.4 |
| Keywords: | Cc: | ||
| Blocked By: | Patch: | no | |
| Blocking: |
Description
In dataview.h ( https://github.com/wxWidgets/wxWidgets/blob/master/include/wx/dataview.h) ofter you assign NULL to integer. This code cannot be compiled if NULL defined as nullptr (use VS2010). Please fix this.
Change History
Note: See
TracTickets for help on using
tickets.
