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

11 lines
248 B
Text

--- grammar.y.orig Fri Oct 22 12:47:11 1999
+++ grammar.y Fri Mar 19 01:17:52 2004
@@ -24,6 +24,8 @@
#include <latte.h>
+using namespace std;
+
struct Tangible {
Tangible(const Latte_Wstate &w, const Latte_FileLoc &l) : ws(w), loc(l) {}