mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 19:39:00 +00:00
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…
x
Reference in New Issue
Block a user