X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/29343d04928fbc2b38258c61623d223aaa09087e..cf763f5b942d40121b1d647d2a34d48410965c09:/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 )