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

    r572 r573  
    1 unit UMethodLazIntfImageColorsNoCopy;
    2 
    3 {$mode delphi}
     1unit MethodLazIntfImageColorsNoCopy;
    42
    53interface
    64
    75uses
    8   Classes, SysUtils, UDrawMethod, UFastBitmap, IntfGraphics, Graphics, Controls;
     6  Classes, SysUtils, DrawMethod, FastBitmap, IntfGraphics, Graphics, Controls;
    97
    108type
     
    4240begin
    4341  TempIntfImage.Free;
    44   inherited Destroy;
     42  inherited;
    4543end;
    4644
     
    5755end;
    5856
    59 
    6057end.
    6158
Note: See TracChangeset for help on using the changeset viewer.