Ignore:
Timestamp:
Jun 25, 2024, 10:49:43 AM (6 days ago)
Author:
chronos
Message:
  • Modified: Build with Lazarus 3.4.
  • Modified: Removed U prefix from unit names.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • GraphicTest/Methods/MethodDummy.pas

    r572 r573  
    1 unit UMethodDummy;
    2 
    3 {$mode delphi}
     1unit MethodDummy;
    42
    53interface
    64
    75uses
    8   Classes, SysUtils, UDrawMethod, UFastBitmap;
     6  Classes, SysUtils, DrawMethod, FastBitmap;
    97
    108type
     
    2321constructor TMethodDummy.Create;
    2422begin
    25   inherited Create;
     23  inherited;
    2624  Caption := 'Dummy';
    2725  Description.Add('This method doesn''t draw anything. It''s purpose is to measure ' +
     
    3331end;
    3432
    35 
    3633end.
    3734
Note: See TracChangeset for help on using the changeset viewer.