[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.7/kdesdk/lokalize/src/catalog/gettext
From:       Raphael Kubo da Costa <kubito () gmail ! com>
Date:       2011-08-10 16:11:57
Message-ID: 20110810161157.16C41AC871 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1246220 by rkcosta:

Backport r1246219 by rkcosta

Do not needlessly change the size of the bools here.

This should fix at least one build error:
lokalize/src/catalog/gettext/catalogitem.cpp:183: error: invalid conversion from \
'const void*' to 'unsigned char'

CCMAIL: shafff@ukr.net


 M  +5 -5      catalogitem_private.h  


--- branches/KDE/4.7/kdesdk/lokalize/src/catalog/gettext/catalogitem_private.h \
#1246219:1246220 @@ -58,11 +58,11 @@
 {
 
 public:
-    bool _plural:8;
-    bool _valid:8;
-    bool _fuzzyCached:8;
-    bool _prependMsgIdEmptyLine:4;
-    bool _prependMsgStrEmptyLine:4;
+    bool _plural;
+    bool _valid;
+    bool _fuzzyCached;
+    bool _prependMsgIdEmptyLine;
+    bool _prependMsgStrEmptyLine;
 
     QByteArray _comment;
     QString _msgctxt;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic