KDE/kdelibs/kdecore

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Fri Sep 22 11:03:42 BST 2006


SVN commit 587319 by chehrlic:

msvc compile fix
see also http://groups.google.com/group/comp.lang.c++/browse_thread/thread/e5761e0b3ef581dc/4e3b3293b2a0e0fc

CCMAIL: kde-core-devel at kde.org

 M  +2 -2      kdatetime.cpp  


--- trunk/KDE/kdelibs/kdecore/kdatetime.cpp #587318:587319
@@ -439,12 +439,12 @@
         int              utcOffset;        // if specType == OffsetFromUTC, the offset from UTC
         mutable const KTimeZone *tzCached; // if specType == ClockTime, the local time zone used to calculate the cached UTC time
     } z;
-    mutable struct {                       // cached UTC equivalent of 'mDt'. Saves space compared to storing QDateTime.
+    mutable struct ut {                    // cached UTC equivalent of 'mDt'. Saves space compared to storing QDateTime.
         QDate            date;
         QTime            time;
     } ut;
 private:
-    mutable struct {                       // Cached conversion to another time zone.
+    mutable struct converted {             // Cached conversion to another time zone.
                                            // Only valid if 'utcCached' is true, or if specType == UTC.
         QDate            date;
         QTime            time;




More information about the kde-core-devel mailing list