Update include guards

Co-Authored-By: PB <PBforDev@gmail.com>
This commit is contained in:
Tobias Taschner
2020-01-12 19:43:20 +01:00
parent 68c46681a0
commit e365fbbac8

View File

@@ -7,8 +7,8 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifndef wxWebViewEdgeC_H #ifndef wxWebViewEdge_H
#define wxWebViewEdgeC_H #define wxWebViewEdge_H
#include "wx/setup.h" #include "wx/setup.h"
@@ -183,4 +183,4 @@ public:
#endif // wxUSE_WEBVIEW && wxUSE_WEBVIEW_EDGE && defined(__WXMSW__) #endif // wxUSE_WEBVIEW && wxUSE_WEBVIEW_EDGE && defined(__WXMSW__)
#endif // wxWebViewEdgeC_H #endif // wxWebViewEdge_H