summaryrefslogtreecommitdiff
path: root/automation/source/testtool/cretstrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/testtool/cretstrm.cxx')
-rw-r--r--automation/source/testtool/cretstrm.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/testtool/cretstrm.cxx b/automation/source/testtool/cretstrm.cxx
index 7143786fe51f..5e75816d7943 100644
--- a/automation/source/testtool/cretstrm.cxx
+++ b/automation/source/testtool/cretstrm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cretstrm.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-06-17 11:40:40 $
+ * last change: $Author: obo $ $Date: 2004-07-06 12:07:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,7 @@ void CRetStream::Read ( String &aString )
{
comm_UniChar* pStr;
USHORT nLenInChars;
- Read( pStr, nLenInChars );
+ CmdBaseStream::Read( pStr, nLenInChars );
aString = String( pStr, nLenInChars );
delete [] pStr;