Browse Source

Fixed a documentation tag in URLInputSource

tags/2021-05-28
Noah Dayan 7 years ago
parent
commit
db1e454f45
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/juce_core/streams/juce_URLInputSource.h

+ 2
- 0
modules/juce_core/streams/juce_URLInputSource.h View File

@@ -28,6 +28,8 @@ namespace juce
A type of InputSource that represents a URL.
@see InputSource
@tags{Core}
*/
class JUCE_API URLInputSource : public InputSource
{


Loading…
Cancel
Save