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

Fixed a documentation tag in URLInputSource

This commit is contained in:
Noah Dayan 2018-03-29 15:19:32 +01:00
parent db8fa5a4b4
commit db1e454f45

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
{