]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datstrm.h
Partial fix for #15196: wxRichTextCell caret issues (dghart)
[wxWidgets.git] / include / wx / datstrm.h
index d96482ba34f57d0a3a6821aebaa47a1e7283ad77..477da30ec65d740714abfe65d2376b4e257d7bfa 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Guilhem Lavaux
 // Modified by: Mickael Gilabert
 // Created:     28/06/1998
-// RCS-ID:      $Id$
 // Copyright:   (c) Guilhem Lavaux
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -30,9 +29,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