]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/webview_ie.h
removing outdated code
[wxWidgets.git] / include / wx / msw / webview_ie.h
index ca6feb492419d4f011df1c0f4ff9e1fe926cecd3..9e038ebe3d6aa27cfa4c6002f920d16856bef6ee 100644 (file)
@@ -241,7 +241,10 @@ public:
 class ClassFactory : public IClassFactory
 {
 public:
-    ClassFactory(wxSharedPtr<wxWebViewHandler> handler) : m_handler(handler) {}
+    ClassFactory(wxSharedPtr<wxWebViewHandler> handler) : m_handler(handler) 
+    { AddRef(); }
+
+    wxString GetName() { return m_handler->GetName(); }
 
     //IClassFactory
     HRESULT STDMETHODCALLTYPE CreateInstance(IUnknown* pUnkOuter,