Browse Source

Changed documentation for OutputStream::setNewLineString() to remove mention of non-existent writeNewLine() method

tags/2021-05-28
ed 8 years ago
parent
commit
1e2cb6f6f7
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      modules/juce_core/streams/juce_OutputStream.h

+ 1
- 2
modules/juce_core/streams/juce_OutputStream.h 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);


Loading…
Cancel
Save