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

Added a couple of missing JUCE_API macros

This commit is contained in:
Tom Poole 2019-02-11 14:50:20 +00:00
parent 306e7e4360
commit 168188665e

View file

@ -349,11 +349,11 @@ public:
/** Represents a download task.
Returned by downloadToFile to allow querying and controlling the download task.
*/
class DownloadTask
class JUCE_API DownloadTask
{
public:
/** Used to receive callbacks for download progress */
struct Listener
struct JUCE_API Listener
{
virtual ~Listener();