X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2ae0da1b5d52489f21d04e3c8c88c2498aea0e7..a4301b8f14d21b7d28fc4f6a247b740d945ca6dc:/include/wx/webviewarchivehandler.h?ds=inline diff --git a/include/wx/webviewarchivehandler.h b/include/wx/webviewarchivehandler.h index 75a5265941..454641c640 100644 --- a/include/wx/webviewarchivehandler.h +++ b/include/wx/webviewarchivehandler.h @@ -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" @@ -20,7 +20,7 @@ class wxFileSystem; #include "wx/webview.h" //Loads from uris such as scheme:///C:/example/example.html or archives such as -//scheme:///C:/example/example.zip;protocol=zip/example.html +//scheme:///C:/example/example.zip;protocol=zip/example.html class WXDLLIMPEXP_WEBVIEW wxWebViewArchiveHandler : public wxWebViewHandler { @@ -34,4 +34,4 @@ private: #endif // wxUSE_WEBVIEW -#endif // _WX_WEB_VIEW_FILE_HANDLER_H_ +#endif // _WX_WEBVIEW_FILE_HANDLER_H_