mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 17:59:18 +02:00
Cleaning up after __fastcall remove.
Cleaning up project after remove _fastcall. Project now buildable.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
//---------------------------------------------------------------------------
|
||||
#pragma package(smart_init)
|
||||
|
||||
__fastcall TAdvancedSound::TAdvancedSound()
|
||||
TAdvancedSound::TAdvancedSound()
|
||||
{
|
||||
// SoundStart=SoundCommencing=SoundShut= NULL;
|
||||
State = ss_Off;
|
||||
@@ -18,7 +18,7 @@ __fastcall TAdvancedSound::TAdvancedSound()
|
||||
fShutLength = 0;
|
||||
}
|
||||
|
||||
__fastcall TAdvancedSound::~TAdvancedSound()
|
||||
TAdvancedSound::~TAdvancedSound()
|
||||
{ // Ra: stopowanie siê sypie
|
||||
// SoundStart.Stop();
|
||||
// SoundCommencing.Stop();
|
||||
|
||||
Reference in New Issue
Block a user