Rename all WEB_VIEW* style identifiers to WEBVIEW*.
This makes wxWebView consistent with the rest of the toolkit. Closes #15013 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _WX_WEB_VIEW_FILE_HANDLER_H_
|
||||
#define _WX_WEB_VIEW_FILE_HANDLER_H_
|
||||
#ifndef _WX_WEBVIEW_FILE_HANDLER_H_
|
||||
#define _WX_WEBVIEW_FILE_HANDLER_H_
|
||||
|
||||
#include "wx/setup.h"
|
||||
|
||||
@@ -34,4 +34,4 @@ private:
|
||||
|
||||
#endif // wxUSE_WEBVIEW
|
||||
|
||||
#endif // _WX_WEB_VIEW_FILE_HANDLER_H_
|
||||
#endif // _WX_WEBVIEW_FILE_HANDLER_H_
|
||||
|
Reference in New Issue
Block a user