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/MethodLazIntfImageColorsCopy.pas

    r572 r573  
    1 unit UMethodLazIntfImageColorsCopy;
    2 
    3 {$mode delphi}
     1unit MethodLazIntfImageColorsCopy;
    42
    53interface
    64
    75uses
    8   Classes, SysUtils, UDrawMethod, UFastBitmap, IntfGraphics, GraphType,
     6  Classes, SysUtils, DrawMethod, FastBitmap, IntfGraphics, GraphType,
    97  fpImage, Graphics;
    108
     
    3331destructor TMethodLazIntfImageColorsCopy.Destroy;
    3432begin
    35   inherited Destroy;
     33  inherited;
    3634end;
    3735
     
    5351end;
    5452
    55 
    5653end.
    5754
Note: See TracChangeset for help on using the changeset viewer.