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:
parent
306e7e4360
commit
168188665e
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue