Commit 2762486b authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed typo: get_doctype returns an IXMLDOMDocumentType.

parent 5b8be5dc
......@@ -202,7 +202,7 @@ pointer_default(unique)
interface IXMLDOMDocument : IXMLDOMNode
{
[propget, id(DISPID_DOM_DOCUMENT_DOCTYPE)]
HRESULT doctype( [out,retval] IXMLDOMDocument **documentType );
HRESULT doctype( [out,retval] IXMLDOMDocumentType **documentType );
[propget, id(DISPID_DOM_DOCUMENT_IMPLEMENTATION)]
HRESULT implementation( [out,retval] IXMLDOMImplementation **impl );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment