projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cursor handling fix
[wxWidgets.git]
/
src
/
common
/
stream.cpp
diff --git
a/src/common/stream.cpp
b/src/common/stream.cpp
index 2770a5df20a5cb9946dc1d641f1a57269cafa3a5..1f72c00bd6226808dc8e0bdab23d563fb10bfb6f 100644
(file)
--- a/
src/common/stream.cpp
+++ b/
src/common/stream.cpp
@@
-18,7
+18,7
@@
// headers
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "stream.h"
#endif
#pragma implementation "stream.h"
#endif
@@
-454,7
+454,7
@@
size_t wxStreamBuffer::Write(const void *buffer, size_t size)
m_stream->Reset();
}
m_stream->Reset();
}
- size_t ret
= 0
;
+ size_t ret;
if ( !HasBuffer() && m_fixed )
{
if ( !HasBuffer() && m_fixed )
{