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

    r572 r573  
    1 unit UMethodBGRABitmap;
    2 
    3 {$mode delphi}
     1unit MethodBGRABitmap;
    42
    53interface
    64
    75uses
    8   Classes, SysUtils, UDrawMethod, UFastBitmap, BGRABitmap, BGRABitmapTypes,
     6  Classes, SysUtils, DrawMethod, FastBitmap, BGRABitmap, BGRABitmapTypes,
    97  Controls, Graphics;
    108
     
    4442begin
    4543  BGRABitmap.Free;
    46   inherited Destroy;
     44  inherited;
    4745end;
    4846
     
    6462end;
    6563
    66 
    6764end.
    6865
Note: See TracChangeset for help on using the changeset viewer.