diff options
author | markus <markus@FreeBSD.org> | 2004-08-16 01:23:33 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-08-16 01:23:33 +0800 |
commit | 550a01e22afcd2a35272854c3203b272df5875f6 (patch) | |
tree | 46013e98e04df4ab141bc7eed4b473c3252fbba0 | |
parent | 3e5088fe275488c63ac058c0a855bcf509404a25 (diff) | |
download | freebsd-ports-gnome-550a01e22afcd2a35272854c3203b272df5875f6.tar.gz freebsd-ports-gnome-550a01e22afcd2a35272854c3203b272df5875f6.tar.zst freebsd-ports-gnome-550a01e22afcd2a35272854c3203b272df5875f6.zip |
Fix build with gcc 3.4
Noticed by: pointyhat
-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 |