misc fixes to function signatures
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -65,8 +65,7 @@ public:
|
||||
<b>In Unicode build only:</b> The encoding converter used to
|
||||
convert the bytes in the underlying input stream to characters.
|
||||
*/
|
||||
wxTextInputStream(wxInputStream& stream,
|
||||
const wxString& sep = " \t",
|
||||
wxTextInputStream(wxInputStream& stream, const wxString& sep = " \t",
|
||||
const wxMBConv& conv = wxConvAuto());
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user