1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/mail/kshowmail/files/patch-showrecordelem.cpp
Markus Brueffer c5c4872cb5 Fix build with gcc 3.4
Noticed by:	pointyhat
2004-08-15 17:23:33 +00:00

12 lines
290 B
C++

--- 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