Files
ports/textproc/latte/files/patch-fileloc.cxx
Kirill Ponomarev f50de67ab5 - Update to version 2.1
PR:		ports/64473
Submitted by:	Ports Fury
2004-03-19 19:50:52 +00:00

12 lines
283 B
C++

--- fileloc.cxx.orig Thu Dec 3 07:54:01 1998
+++ fileloc.cxx Fri Mar 19 01:17:52 2004
@@ -17,6 +17,8 @@
#include <latte.h>
+using namespace std;
+
Latte_FileLoc::Latte_FileLoc(const shstring &filename,
unsigned int lineno) :
m_filename(filename), m_lineno(lineno)