mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
Fixed a VS2013 warning in juce_URL
This commit is contained in:
parent
3b630f3281
commit
8499e29241
1 changed files with 2 additions and 0 deletions
|
|
@ -361,6 +361,8 @@ WebInputStream* URL::createInputStream (const bool usePostCommand,
|
|||
|
||||
OpenStreamProgressCallback* const callback;
|
||||
void* const data;
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ProgressCallbackCaller);
|
||||
};
|
||||
|
||||
ScopedPointer<ProgressCallbackCaller> callbackCaller =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue