소스 검색

+ Made domelement constructor virtual, needs overriding in thtmlelement

michael 26 년 전
부모
커밋
b278789372
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      fcl/xml/dom.pp

+ 5 - 2
fcl/xml/dom.pp

@@ -348,7 +348,7 @@ type
     FAttributes: TDOMNamedNodeMap;
     function FGetAttributes: TDOMNamedNodeMap; override;
 
-    constructor Create(AOwner: TDOMDocument);
+    constructor Create(AOwner: TDOMDocument);virtual;
   public
     property  TagName: DOMString read FNodeName;
     function  GetAttribute(const name: DOMString): DOMString;
@@ -1228,7 +1228,10 @@ end.
 
 {
   $Log$
-  Revision 1.2  1999-07-09 21:05:49  michael
+  Revision 1.3  1999-07-10 21:48:26  michael
+  + Made domelement constructor virtual, needs overriding in thtmlelement
+
+  Revision 1.2  1999/07/09 21:05:49  michael
   + fixes from Guenther Sebastian
 
   Revision 1.1  1999/07/09 08:35:09  michael