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

11 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