1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-01-06 19:28:03 -05:00

Wrapper generators fix.

This commit is contained in:
Niels 2011-08-06 14:17:52 +02:00
parent 6fa1740ea7
commit fe7ed38075
2 changed files with 4 additions and 0 deletions

View File

@ -99,6 +99,8 @@ begin
m := TMemoryStream.Create;
try
Input.Text := StringReplace(Input.Text, 'extdecl;', '', [rfReplaceAll, rfIgnoreCase]);
Output.BeginUpdate;
Output.Clear;
Dbg.BeginUpdate;

View File

@ -100,6 +100,8 @@ begin
m := TMemoryStream.Create;
try
Input.Text := StringReplace(Input.Text, 'extdecl;', '', [rfReplaceAll, rfIgnoreCase]);
Output.BeginUpdate;
Output.Clear;
Dbg.BeginUpdate;