1
0
Fork 0
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:
ed 2016-11-28 14:30:05 +00:00
parent b517884862
commit 1e2cb6f6f7

View file

@ -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);