Fixed typo: get_doctype returns an IXMLDOMDocumentType.
This commit is contained in:
parent
5b8be5dca6
commit
2762486b35
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue