Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ptrdiff_t as wxVector::difference_type instead of size_t
difference_type must be signed, using size_t was clearly a mistake.
- Loading branch information