X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/789ab84044b35b6162c7110adfa54c91e182e909..9c34a216817028bc533e07873d047208a96b05a2:/include/wx/datstrm.h diff --git a/include/wx/datstrm.h b/include/wx/datstrm.h index d96482ba34..3a6136fe4b 100644 --- a/include/wx/datstrm.h +++ b/include/wx/datstrm.h @@ -30,9 +30,9 @@ public: // precision (64 bits) is used for doubles. void UseBasicPrecisions() { -#if !wxUSE_APPLE_IEEE +#if wxUSE_APPLE_IEEE m_useExtendedPrecision = false; -#endif // !wxUSE_APPLE_IEEE +#endif // wxUSE_APPLE_IEEE } // UseExtendedPrecision() is not very useful as it corresponds to the