mirror of
https://github.com/moparisthebest/Simba
synced 2024-12-24 00:08:52 -05:00
Committing for the sake of committing.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@332 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
8f88d8a0ab
commit
43052b9263
@ -1156,6 +1156,7 @@ var
|
||||
i : integer;
|
||||
Index : integer;
|
||||
TempNode : TTreeNode;
|
||||
Temp2Node : TTreeNode;
|
||||
Tree : TTreeView;
|
||||
begin
|
||||
Methods := TMMLPSThread.GetExportedMethods;
|
||||
@ -1177,7 +1178,8 @@ begin
|
||||
Sections.Add(LastSection);
|
||||
end;
|
||||
end;
|
||||
Tree.Items.AddChild(Tempnode,GetMethodName(Methods[i].FuncDecl,false)).data := strnew(PChar(GetMethodName(Methods[i].FuncDecl,true)));
|
||||
Temp2Node := Tree.Items.AddChild(Tempnode,GetMethodName(Methods[i].FuncDecl,false));
|
||||
Temp2Node.Data:= strnew(PChar(GetMethodName(Methods[i].FuncDecl,true)));
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user