X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/29343d04928fbc2b38258c61623d223aaa09087e..395a670159b7751da633f8be9e5b4aff2ad55942:/src/common/execcmn.cpp diff --git a/src/common/execcmn.cpp b/src/common/execcmn.cpp index d0566651e5..a282842090 100644 --- a/src/common/execcmn.cpp +++ b/src/common/execcmn.cpp @@ -81,6 +81,7 @@ inline void wxStreamTempInputBuffer::Init(wxPipeInputStream *stream) m_stream = stream; } +inline void wxStreamTempInputBuffer::Update() { if ( m_stream && m_stream->CanRead() ) @@ -104,6 +105,7 @@ void wxStreamTempInputBuffer::Update() } } +inline wxStreamTempInputBuffer::~wxStreamTempInputBuffer() { if ( m_buffer )