Skip to content

Commit

Permalink
fix missing inherited create
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamegrieve committed Mar 9, 2024
1 parent 0f03df3 commit 36cef70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/fsl/fsl_turtle.pas
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ function TTurtleComplex.sizeInBytesV(magic : integer) : cardinal;

constructor TTurtleLexer.Create(source: String);
begin
inherited create;
Fsource := source;
cursor := 1;
pos := TSourceLocation.Create;
Expand Down

0 comments on commit 36cef70

Please sign in to comment.