mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Whitespace fix
This commit is contained in:
parent
05c6901403
commit
e6ea21d1ae
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ struct FallbackDownloadTask : public URL::DownloadTask,
|
|||
HeapBlock<char> buffer;
|
||||
URL::DownloadTask::Listener* const listener;
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (FallbackDownloadTask)
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (FallbackDownloadTask)
|
||||
};
|
||||
|
||||
void URL::DownloadTask::Listener::progress (DownloadTask*, int64, int64) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue