projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove implementations from interface headers
[wxWidgets.git]
/
interface
/
wx
/
txtstrm.h
diff --git
a/interface/wx/txtstrm.h
b/interface/wx/txtstrm.h
index 1592d75f272a9dd7bb818b94363ed8e538e98712..94ff44ae3a74a02d3f7f2dd0bd2284f6810a049a 100644
(file)
--- a/
interface/wx/txtstrm.h
+++ b/
interface/wx/txtstrm.h
@@
-261,7
+261,7
@@
public:
/**
Writes a character to the stream.
*/
-
void
PutChar(wxChar c);
+
wxTextOutputStream&
PutChar(wxChar c);
/**
Set the end-of-line mode. One of ::wxEOL_NATIVE, ::wxEOL_DOS,