X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/040e5f77e6f7f177bdc74b90327c22908d56fe59..0118b60be6ccd5a198f15cf54d307c0c8645f94c:/src/common/extended.c diff --git a/src/common/extended.c b/src/common/extended.c index 9ff1b19f02..b3e2bd8cd6 100644 --- a/src/common/extended.c +++ b/src/common/extended.c @@ -105,7 +105,7 @@ * and a 64-bit mantissa, with no hidden bit. ****************************************************************/ -wxFloat64 ConvertFromIeeeExtended(wxInt8* bytes) +wxFloat64 ConvertFromIeeeExtended(const wxInt8 *bytes) { wxFloat64 f; wxInt32 expon;