wxWidgets/include
Vadim Zeitlin 776c3e5b73 Don't make wxConfig::Do{Read,Write}LongLong() pure virtual
These functions, added in the recent fce8780297 (Add 64-bit integers
support to wxConfig, 2021-03-09) break compilation of existing code
defining classes inheriting from wxConfig, and we can avoid it by using
strings for storing long long values by default -- as this is what
wxFileConfig is doing, and wxRegConfig provides its own overridden
version anyhow.
2021-03-25 14:06:12 +01:00
..
msvc/wx
wx Don't make wxConfig::Do{Read,Write}LongLong() pure virtual 2021-03-25 14:06:12 +01:00