1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00

Fixed some misnamed Doxygen parameters

This commit is contained in:
tpoole 2016-12-08 11:05:11 +00:00
parent 9f1254a015
commit 3fa62bcaf7

View file

@ -178,7 +178,7 @@ class JUCE_API WebInputStream : public InputStream
@returns the actual number of bytes that were read, which may be less than
maxBytesToRead if the stream is exhausted before it gets that far
*/
int read (void* buffer, int bytesToRead) override;
int read (void* destBuffer, int maxBytesToRead) override;
/** Returns true if the stream has no more data to read. */
bool isExhausted() override;