make wxWindowGTK::Init() private, it is not meant to be called from derived classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -26,7 +26,7 @@ typedef struct _WebKitWebView WebKitWebView;
|
||||
class WXDLLIMPEXP_WEBVIEW wxWebViewWebKit : public wxWebView
|
||||
{
|
||||
public:
|
||||
wxWebViewWebKit() { Init(); }
|
||||
wxWebViewWebKit() { }
|
||||
|
||||
wxWebViewWebKit(wxWindow *parent,
|
||||
wxWindowID id = wxID_ANY,
|
||||
@@ -35,8 +35,6 @@ public:
|
||||
const wxSize& size = wxDefaultSize, long style = 0,
|
||||
const wxString& name = wxWebViewNameStr)
|
||||
{
|
||||
Init();
|
||||
|
||||
Create(parent, id, url, pos, size, style, name);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user