Alexandre Julliard : include: Fixed definition of IXMLDOMComment interface.

Alexandre Julliard julliard at winehq.org
Mon Feb 25 06:51:46 CST 2008


Module: wine
Branch: master
Commit: 72cbaa8fbfaeff2b6e907222c13441149d66318d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=72cbaa8fbfaeff2b6e907222c13441149d66318d

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Feb 25 13:40:49 2008 +0100

include: Fixed definition of IXMLDOMComment interface.

---

 include/xmldom.idl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/xmldom.idl b/include/xmldom.idl
index 7461131..1aac0ba 100644
--- a/include/xmldom.idl
+++ b/include/xmldom.idl
@@ -550,7 +550,7 @@ oleautomation,
 uuid(2933bf88-7b36-11d2-b20e-00c04f983e60),
 pointer_default(unique)
 ]
-interface IXMLDOMComment : IXMLDOMNode
+interface IXMLDOMComment : IXMLDOMCharacterData
 {
     /* empty */
 }




More information about the wine-cvs mailing list