]> git.saurik.com Git - wxWidgets.git/commitdiff
m_useExtendedPrecision is only used if the macro wxUSE_APPLE_IEEE is defined
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Thu, 16 May 2013 06:18:54 +0000 (06:18 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Thu, 16 May 2013 06:18:54 +0000 (06:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/datstrm.h

index d96482ba34f57d0a3a6821aebaa47a1e7283ad77..3a6136fe4b22903e6d53562bde3b9bc4e32db03f 100644 (file)
@@ -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