]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/txtstrm.h
Correct example in wxStringBufferLength documentation.
[wxWidgets.git] / interface / wx / txtstrm.h
index 1592d75f272a9dd7bb818b94363ed8e538e98712..94ff44ae3a74a02d3f7f2dd0bd2284f6810a049a 100644 (file)
@@ -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,