Use correct reload flags on all platforms to avoid compilation errors

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@67711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-05-06 13:37:01 +00:00
parent 2724d84bbe
commit a703012aed
4 changed files with 4 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ enum wxWebViewReloadFlags
/** Default reload, will access cache */
wxWEB_VIEW_RELOAD_DEFAULT = 0,
/** Reload the current view without accessing the cache */
wxWEB_VIEW_RELOAD_NO_CACHE = 1
wxWEB_VIEW_RELOAD_NO_CACHE
};