mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Changed documentation for OutputStream::setNewLineString() to remove mention of non-existent writeNewLine() method
This commit is contained in:
parent
b517884862
commit
1e2cb6f6f7
1 changed files with 1 additions and 2 deletions
|
|
@ -224,8 +224,7 @@ public:
|
|||
virtual int64 writeFromInputStream (InputStream& source, int64 maxNumBytesToWrite);
|
||||
|
||||
//==============================================================================
|
||||
/** Sets the string that will be written to the stream when the writeNewLine()
|
||||
method is called.
|
||||
/** Sets the string to write to the stream when a new line is written.
|
||||
By default this will be set the value of NewLine::getDefault().
|
||||
*/
|
||||
void setNewLineString (const String& newLineString);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue