diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-08-15 17:23:33 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-08-15 17:23:33 +0000 |
commit | c5c4872cb5b635c6dcab87fee839ea05030c6c8d (patch) | |
tree | c56cb71fe04e3d3f872280929c13e268f7b54c6e /mail/kshowmail | |
parent | e294de25653821b199de5ec53ebfe142853d72da (diff) | |
download | ports-c5c4872cb5b635c6dcab87fee839ea05030c6c8d.tar.gz ports-c5c4872cb5b635c6dcab87fee839ea05030c6c8d.zip |
Fix build with gcc 3.4
Noticed by: pointyhat
Notes
Notes:
svn path=/head/; revision=116287
Diffstat (limited to 'mail/kshowmail')
-rw-r--r-- | mail/kshowmail/files/patch-showrecordelem.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/kshowmail/files/patch-showrecordelem.cpp b/mail/kshowmail/files/patch-showrecordelem.cpp new file mode 100644 index 000000000000..183d39462a27 --- /dev/null +++ b/mail/kshowmail/files/patch-showrecordelem.cpp @@ -0,0 +1,11 @@ +--- kshowmail/showrecordelem.cpp.orig Sun Aug 15 19:13:32 2004 ++++ kshowmail/showrecordelem.cpp Sun Aug 15 19:13:49 2004 +@@ -115,7 +115,7 @@ + << i18n("Subject") << " = " << subject() << endl << endl; + Logger::flush(); + } +-}; ++} + + + QString ShowRecordElem::from () const |