1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed compiler warning in Win32 WebBrowserComponent

This commit is contained in:
tpoole 2017-04-20 12:28:42 +01:00
parent 23ba2e49cf
commit 84beded220

View file

@ -379,7 +379,7 @@ void WebBrowserComponent::clearCookies()
if (urlCacheHandle != nullptr)
{
while (true)
for (;;)
{
::DeleteUrlCacheEntry (entry.getData()->lpszSourceUrlName);