1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/misc/projectionlib/files/patch-al
Eric Anholt 3dd4ec6461 Fix on -current (using namespace std).
Submitted by:	bento
2002-12-21 09:30:27 +00:00

13 lines
227 B
Plaintext

--- Projection.h.orig Sat Dec 21 01:21:00 2002
+++ Projection.h Sat Dec 21 01:21:09 2002
@@ -10,9 +10,7 @@
#include <string>
#include "ProjectionTypes.h"
-#ifdef WIN32
using namespace std;
-#endif
class Projection
{