mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-06 19:28:03 -05:00
Wrapper generators fix.
This commit is contained in:
parent
6fa1740ea7
commit
fe7ed38075
@ -99,6 +99,8 @@ begin
|
||||
m := TMemoryStream.Create;
|
||||
|
||||
try
|
||||
Input.Text := StringReplace(Input.Text, 'extdecl;', '', [rfReplaceAll, rfIgnoreCase]);
|
||||
|
||||
Output.BeginUpdate;
|
||||
Output.Clear;
|
||||
Dbg.BeginUpdate;
|
||||
|
@ -100,6 +100,8 @@ begin
|
||||
m := TMemoryStream.Create;
|
||||
|
||||
try
|
||||
Input.Text := StringReplace(Input.Text, 'extdecl;', '', [rfReplaceAll, rfIgnoreCase]);
|
||||
|
||||
Output.BeginUpdate;
|
||||
Output.Clear;
|
||||
Dbg.BeginUpdate;
|
||||
|
Loading…
Reference in New Issue
Block a user