pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src debug_stream.cxx,1.2,1.3 debug_stream


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src debug_stream.cxx,1.2,1.3 debug_stream.hxx,1.3,1.4
Date: 21 Jun 2002 08:56:47 -0000

Update of /usr/local/cvsroot/Games/Pingus/src
In directory dark:/tmp/cvs-serv19453

Modified Files:
        debug_stream.cxx debug_stream.hxx 
Log Message:
Another win32 compile fix

Index: debug_stream.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/debug_stream.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- debug_stream.cxx    21 Jun 2002 07:45:35 -0000      1.2
+++ debug_stream.cxx    21 Jun 2002 08:56:45 -0000      1.3
@@ -154,4 +154,9 @@
 }
 
 
+NilStream::NilStream ()
+  : ostream(&buffer) 
+{ 
+}
+
 /* EOF */

Index: debug_stream.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/debug_stream.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- debug_stream.hxx    21 Jun 2002 08:11:27 -0000      1.3
+++ debug_stream.hxx    21 Jun 2002 08:56:45 -0000      1.4
@@ -97,7 +97,7 @@
         int sync     () { return 0; }
     } buffer;
 
-    NilStream () : std::ostream(&buffer) { }
+   NilStream ();
    ~NilStream () { }
 
     NilStream (const NilStream &); ///< not supported    




reply via email to

[Prev in Thread] Current Thread [Next in Thread]