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:
parent
9f1254a015
commit
3fa62bcaf7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue