changeset 27176:0112951951a9

missing edit for previous change
author John W. Eaton <jwe@octave.org>
date Wed, 12 Jun 2019 10:51:58 -0500
parents 613a31410ad0
children 8498dccc15c7
files libinterp/corefcn/procstream.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/procstream.h	Wed Jun 12 10:12:31 2019 -0500
+++ b/libinterp/corefcn/procstream.h	Wed Jun 12 10:51:58 2019 -0500
@@ -69,7 +69,7 @@
   {
     // Explicit initialization of the std::ios object is needed.
     // FIXME: is there a better way to organize these classes?
-    init (&pb);
+    init (&m_pb);
   }
 
   procstreambase (const procstreambase&);