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:
parent
23ba2e49cf
commit
84beded220
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ void WebBrowserComponent::clearCookies()
|
|||
|
||||
if (urlCacheHandle != nullptr)
|
||||
{
|
||||
while (true)
|
||||
for (;;)
|
||||
{
|
||||
::DeleteUrlCacheEntry (entry.getData()->lpszSourceUrlName);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue