1
0
Fork 0
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:
hogliux 2016-11-09 17:35:56 +00:00
parent 3b630f3281
commit 8499e29241

View file

@ -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 =