wine/include xmldom.idl

Alexandre Julliard julliard at wine.codeweavers.com
Tue Nov 8 14:00:59 CST 2005


ChangeSet ID:	21179
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at 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 );



More information about the wine-cvs mailing list