mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 06:20:57 +02:00
* Fixed compilation
git-svn-id: trunk@22174 -
This commit is contained in:
parent
d666240097
commit
28ef4c9532
@ -33,10 +33,6 @@ resourcestring
|
||||
SMergedFile = 'Merged %d classes from file %s.';
|
||||
SClassesAdded = 'Added %d classes from %d files.';
|
||||
|
||||
Const
|
||||
RootNames : Array[TPasObjKind] of string
|
||||
= ('Objects', 'Classes', 'Interfaces','Generics','Specializations');
|
||||
|
||||
type
|
||||
|
||||
{ TClassTreeEngine }
|
||||
@ -622,7 +618,7 @@ begin
|
||||
XML:=TXMLDocument.Create;
|
||||
Try
|
||||
//XML.
|
||||
XML.AppendChild(XML.CreateElement(RootNames[AObjectKind]));
|
||||
XML.AppendChild(XML.CreateElement(ObjKindNames[AObjectKind]));
|
||||
For I:=0 to MergeFiles.Count-1 do
|
||||
begin
|
||||
XMl2:=TXMLDocument.Create;
|
||||
|
Loading…
Reference in New Issue
Block a user