]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datstrm.cpp
corrected a type in the constructor from two points
[wxWidgets.git] / src / common / datstrm.cpp
index d455a6dc4ea4182a2772a0536a775aec3f3a6434..b9ad7564f98a8dd8d10a468d5674b47f1be2409c 100644 (file)
@@ -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);