diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 20:16:07 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 20:16:07 +0000 |
commit | 9b9f2251a6ef86b1544c4ba545247cd7ea1f26bf (patch) | |
tree | afa3008ec62535062028d1c4e58ec2f6f6c956b0 /games/bzflag/files/patch-BzfString.h | |
parent | upgrade to 0.1.10 (diff) |
upgrade to 1.7g0
PR: 46586
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=72461
Diffstat (limited to 'games/bzflag/files/patch-BzfString.h')
-rw-r--r-- | games/bzflag/files/patch-BzfString.h | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/games/bzflag/files/patch-BzfString.h b/games/bzflag/files/patch-BzfString.h index b58380f6dafb..43ddce4d0ee6 100644 --- a/games/bzflag/files/patch-BzfString.h +++ b/games/bzflag/files/patch-BzfString.h @@ -1,18 +1,11 @@ ---- include/BzfString.h.orig Sat Nov 23 15:04:54 2002 -+++ include/BzfString.h Sat Nov 23 15:05:16 2002 -@@ -39,12 +39,14 @@ - +--- include/BzfString.h.orig Thu Oct 17 04:29:38 2002 ++++ include/BzfString.h Mon Dec 9 22:08:01 2002 +@@ -40,6 +40,8 @@ #include "common.h" - --#if defined(sun) || defined(__MWERKS__) -+#if 1 - // solaris compiler doesn't like declaration of ostream #include "bzfio.h" - #else - class ostream; - #endif -+ -+using std::ostream; ++using std::ostream; ++ class BzfString { public: + BzfString(); |