Ignore:
Timestamp:
May 8, 2020, 6:28:51 PM (4 years ago)
Author:
chronos
Message:
  • Fixed: Removed more compiler hints and warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/CevoComponents/Sound.pas

    r205 r207  
    77  StringTables, Directories
    88  {$IFDEF WINDOWS}, MMSystem, Windows{$ENDIF}
    9   {$IFDEF LINUX}, Messages, Process, AsyncProcess{$ENDIF};
     9  {$IFDEF LINUX}, Process, AsyncProcess{$ENDIF};
    1010
    1111type
     
    107107  FreeAndNil(SoundPlayerAsyncProcess);
    108108  {$ENDIF}
    109   inherited Destroy;
     109  inherited;
    110110end;
    111111
Note: See TracChangeset for help on using the changeset viewer.