# HG changeset patch # User John W. Eaton # Date 1560354718 18000 # Node ID 0112951951a9ca11fdffd62dea23a7a88c586653 # Parent 613a31410ad054c4923611747bc788116d0474fe missing edit for previous change diff -r 613a31410ad0 -r 0112951951a9 libinterp/corefcn/procstream.h --- 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&);