diff src/oct-stdstrm.h @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents f07a9653b844
children 93c65f2a5668
line wrap: on
line diff
--- a/src/oct-stdstrm.h
+++ b/src/oct-stdstrm.h
@@ -73,7 +73,7 @@
 
   std::ostream *output_stream (void) { return (md & std::ios::out) ? s : 0; }
 
-  // XXX FIXME XXX -- should not have to cast away const here.
+  // FIXME -- should not have to cast away const here.
   BUF_T *rdbuf (void) const
     { return s ? (const_cast<STREAM_T *> (s))->rdbuf () : 0; }