]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/webview_ie.h
Applied rowspan patch #15276 (dghart)
[wxWidgets.git] / include / wx / msw / webview_ie.h
index 020bd7fb8774f9f96366e183d66240809463e477..e51ec3e03d0e846dd49878495b81f748eeac7099 100644 (file)
@@ -184,7 +184,7 @@ private:
     bool CanExecCommand(wxString command) const;
     void ExecCommand(wxString command);
     wxCOMPtr<IHTMLDocument2> GetDocument() const;
-    bool IsElementVisible(IHTMLElement* elm);
+    bool IsElementVisible(wxCOMPtr<IHTMLElement> elm);
     //Find helper functions.
     void FindInternal(const wxString& text, int flags, int internal_flag);
     long FindNext(int direction = 1);