Move wx/gtk/webview_webkit2_extension.h to private directory

Make it more clear that this header is private, i.e. used only by the library
itself.

Close https://github.com/wxWidgets/wxWidgets/pull/473
This commit is contained in:
Scott Talbert
2017-05-03 23:35:13 -04:00
committed by Vadim Zeitlin
parent d0aaea5143
commit 69e4f491b2
3 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
/////////////////////////////////////////////////////////////////////////////
#include "wx/defs.h"
#include "wx/gtk/webview_webkit2_extension.h"
#include "wx/gtk/private/webview_webkit2_extension.h"
#include <webkit2/webkit-web-extension.h>
#define WEBKIT_DOM_USE_UNSTABLE_API
#include <webkitdom/WebKitDOMDOMSelection.h>