From 1e2cb6f6f708d5d6aff74f080f3cc5da8542e944 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 28 Nov 2016 14:30:05 +0000 Subject: [PATCH] Changed documentation for OutputStream::setNewLineString() to remove mention of non-existent writeNewLine() method --- modules/juce_core/streams/juce_OutputStream.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/juce_core/streams/juce_OutputStream.h b/modules/juce_core/streams/juce_OutputStream.h index 407d34218f..2213f5f81c 100644 --- a/modules/juce_core/streams/juce_OutputStream.h +++ b/modules/juce_core/streams/juce_OutputStream.h @@ -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);