freebsd-ports/mail/librfc822/files/patch-lexer.cc
Thomas Abthorpe b13910e172 - Update to 1.2
PR:		ports/121333
Submitted by:	Ismail YENIGUL <ismail enderunix.org> (maintainer)
2008-03-06 20:53:49 +00:00

11 lines
313 B
C++

--- lexer.cpp.orig 2008-03-03 23:44:57.000000000 +0200
+++ lexer.cpp 2008-03-03 23:44:35.000000000 +0200
@@ -13,7 +13,7 @@
#include "rfc822.hpp"
using namespace std;
-ostream & operator<< (ostream & os, const token & t)
+std::ostream & operator<< (std::ostream& os, const token & t)
{
switch(t.type)
{