X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75ed1d15d0d866cac78f7c0da176db8dd5288bc8..2bb67b808b1c375b8ebea4688d44bcbe2d4976d3:/src/common/datstrm.cpp?ds=inline diff --git a/src/common/datstrm.cpp b/src/common/datstrm.cpp index d455a6dc4e..b9ad7564f9 100644 --- a/src/common/datstrm.cpp +++ b/src/common/datstrm.cpp @@ -195,7 +195,7 @@ void wxDataOutputStream::WriteDouble(double d) #if wxUSE_APPLE_IEEE ConvertToIeeeExtended(d, (unsigned char *)buf); #else -# pragma warning "wxDataStream::WriteDouble() not using IeeeExtended - will not work!" +# pragma warning "wxDataOutputStream::WriteDouble() not using IeeeExtended - will not work!" buf[0] = '\0'; #endif Write(buf, 10);