X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0bfd90b3e73c6df033d2ba09005a7b22fb42c161..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/webviewfshandler.h
diff --git a/interface/wx/webviewfshandler.h b/interface/wx/webviewfshandler.h
index 75399da427..86b140ff75 100644
--- a/interface/wx/webviewfshandler.h
+++ b/interface/wx/webviewfshandler.h
@@ -1,32 +1,32 @@
-/////////////////////////////////////////////////////////////////////////////
-// Name: webviewfshandler.h
-// Purpose: interface of wxWebViewFSHandler
-// Author: wxWidgets team
-// RCS-ID: $Id$
-// Licence: wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
-
-/**
- @class wxWebViewFSHandler
-
- A wxWebView file system handler to support standard wxFileSystem protocols
- of the form example:page.htm
The handler allows wxWebView to
- use wxFileSystem in a similar fashion to its use with wxHtml.
-
- The wxMemoryFSHandler documentation gives an example of how it may be used.
-
- @since 2.9.5
- @library{wxwebview}
- @category{webview}
-
- @see wxWebView, wxWebViewHandler, wxWebViewArchiveHandler
- */
-class wxWebViewFSHandler : public wxWebViewHandler
-{
-public:
- /**
- Constructor.
- */
- wxWebViewFSHandler(const wxString& scheme);
- virtual wxFSFile* GetFile(const wxString &uri);
-};
+/////////////////////////////////////////////////////////////////////////////
+// Name: webviewfshandler.h
+// Purpose: interface of wxWebViewFSHandler
+// Author: wxWidgets team
+// RCS-ID: $Id$
+// Licence: wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
+/**
+ @class wxWebViewFSHandler
+
+ A wxWebView file system handler to support standard wxFileSystem protocols
+ of the form example:page.htm
The handler allows wxWebView to
+ use wxFileSystem in a similar fashion to its use with wxHtml.
+
+ The wxMemoryFSHandler documentation gives an example of how it may be used.
+
+ @since 2.9.5
+ @library{wxwebview}
+ @category{webview}
+
+ @see wxWebView, wxWebViewHandler, wxWebViewArchiveHandler
+ */
+class wxWebViewFSHandler : public wxWebViewHandler
+{
+public:
+ /**
+ Constructor.
+ */
+ wxWebViewFSHandler(const wxString& scheme);
+ virtual wxFSFile* GetFile(const wxString &uri);
+};