Browse Source

Added a couple of missing JUCE_API macros

tags/2021-05-28
Tom Poole 6 years ago
parent
commit
168188665e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      modules/juce_core/network/juce_URL.h

+ 2
- 2
modules/juce_core/network/juce_URL.h View File

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


Loading…
Cancel
Save