[PATCH-TRIVIAL] gcc 3.1 compilation (initalization order)
Kuba Ober
kuba at mareimbrium.org
Wed Jul 17 23:48:43 UTC 2002
An initialization order fix that removes a warning. Please apply. Diff-ed
against today's anoncvs.
Cheers, Kuba Ober
diff -ru --exclude-from=exclude kdevelop/kdevelop/kwrite/kwdoc.cpp
kdevelop-2.1/kdevelop/kwrite/kwdoc.cpp
--- kdevelop/kdevelop/kwrite/kwdoc.cpp 2002-06-22 16:59:12.000000000 -0400
+++ kdevelop-2.1/kdevelop/kwrite/kwdoc.cpp 2002-07-17 17:22:50.000000000
-0400
@@ -388,7 +388,7 @@
}
-Attribute::Attribute() : font(), fm(font), printFont(), printFM(printFont) {
+Attribute::Attribute() : font(), printFont(), fm(font), printFM(printFont) {
}
void Attribute::setFont(const QFont &f) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: initorder.patch
Type: text/x-diff
Size: 491 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20020717/e28b9896/attachment.bin>
More information about the KDevelop-devel
mailing list