1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-04 16:35:15 -05:00

Didn't compile for me?

This commit is contained in:
Niels 2010-03-26 17:36:55 +01:00
parent 094f4bb8b6
commit e1d5f0788f

View File

@ -56,7 +56,7 @@ implementation
constructor TMMLSettingsSandbox.Create(sett: TMMLSettings);
begin
inherited;
inherited Create;
Self.ST := sett;
end;