Skip to content

Commit

Permalink
inputscan: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gligli committed Dec 3, 2024
1 parent 6bcda88 commit 1ce754a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inputscan.pas
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ TDPIAwareReaderPNG = class(TFPReaderPNG)
protected
procedure HandleChunk; override;
public
constructor create; override;
constructor Create; override;

property DPI: TPoint read FDPI;
end;
Expand Down Expand Up @@ -501,7 +501,7 @@ procedure TDPIAwareReaderPNG.HandleChunk;
end;
end;

constructor TDPIAwareReaderPNG.create;
constructor TDPIAwareReaderPNG.Create;
begin
inherited create;

Expand Down

0 comments on commit 1ce754a

Please sign in to comment.