wxIshiko / wxCharts

A library to create charts in wxWidgets applications
https://www.wxishiko.com/wxCharts/
MIT License
114 stars 50 forks source link

Compilation fix for VS2019 #195

Closed GerHobbelt closed 2 years ago

GerHobbelt commented 2 years ago

removing the const for the offending member shuts up latest MSVC2019.

(https://github.com/wxIshiko/wxCharts/issues/173 was only triggered in 64bit builds on my dev box, by the way)

xleclercq commented 2 years ago

I still can't reproduce this but looking at the code the "const" there doesn't matter as the wxTooltipProvider interface has only const functions anyway.