ChangeSet ID: 21179 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/08 14:00:58
Modified files: include : xmldom.idl
Log message: Fixed typo: get_doctype returns an IXMLDOMDocumentType.
Patch: http://cvs.winehq.org/patch.py?id=21179
Old revision New revision Changes Path 1.5 1.6 +1 -1 wine/include/xmldom.idl
Index: wine/include/xmldom.idl diff -u -p wine/include/xmldom.idl:1.5 wine/include/xmldom.idl:1.6 --- wine/include/xmldom.idl:1.5 8 Nov 2005 20: 0:58 -0000 +++ wine/include/xmldom.idl 8 Nov 2005 20: 0:58 -0000 @@ -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 );