projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed typo
[wxWidgets.git]
/
src
/
common
/
execcmn.cpp
diff --git
a/src/common/execcmn.cpp
b/src/common/execcmn.cpp
index d0566651e533d96e051784b760521dfa4ca96f37..a2828420905a9efc04705907ca2a079a96245340 100644
(file)
--- 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 )