Fixed typo: get_doctype returns an IXMLDOMDocumentType.

This commit is contained in:
Alexandre Julliard 2005-11-08 20:00:58 +00:00
parent 5b8be5dca6
commit 2762486b35

View file

@ -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 );