]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/extended.c
Might aswell show the compile- and runtime versions of GTK+ in the ctrl+alt+mclick...
[wxWidgets.git] / src / common / extended.c
index 9ff1b19f022d27e6c4a8a1da2c618dceddd21a79..b3e2bd8cd690f2c805e97e7031fb5b9a9a73fcf3 100644 (file)
  * and a 64-bit mantissa, with no hidden bit.
  ****************************************************************/
 
-wxFloat64 ConvertFromIeeeExtended(wxInt8* bytes)
+wxFloat64 ConvertFromIeeeExtended(const wxInt8 *bytes)
 {
     wxFloat64 f;
     wxInt32 expon;