Make webview_missing.h a private header

This commit is contained in:
Maarten Bent
2019-11-14 00:04:56 +01:00
parent 9455fe2d21
commit e67c814765
12 changed files with 4 additions and 32 deletions

View File

@@ -11,7 +11,7 @@
#include "wx/msw/ole/automtn.h"
#include "wx/msw/private/comptr.h"
#include "wx/msw/webview_missing.h"
#include "wx/msw/private/webview_missing.h"
class ClassFactory;
class wxIEContainer;

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: include/wx/msw/webview_missing.h
// Name: include/wx/msw/private/webview_missing.h
// Purpose: Definitions / classes commonly missing used by wxWebViewIE
// Author: Steven Lamerton
// Copyright: (c) 2012 Steven Lamerton