1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-22 17:22:21 -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); constructor TMMLSettingsSandbox.Create(sett: TMMLSettings);
begin begin
inherited; inherited Create;
Self.ST := sett; Self.ST := sett;
end; end;