dbertoni 2002/08/23 14:31:42
Modified: c/src/PlatformSupport StdBinInputStream.hpp
Log:
Fixed typo.
Revision Changes Path
1.8 +1 -1 xml-xalan/c/src/PlatformSupport/StdBinInputStream.hpp
Index: StdBinInputStream.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/StdBinInputStream.hpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- StdBinInputStream.hpp 22 Aug 2002 16:06:37 -0000 1.7
+++ StdBinInputStream.hpp 23 Aug 2002 21:31:42 -0000 1.8
@@ -86,7 +86,7 @@
#if defined(XALAN_NO_NAMESPACES)
StdBinInputStream(
- istream& theStream
+ istream& theStream,
#else
StdBinInputStream(
std::istream& theStream,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]