mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 12:39:17 +02:00
Cleaning up after __fastcall remove.
Cleaning up project after remove _fastcall. Project now buildable.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
__fastcall TEventLauncher::TEventLauncher()
|
||||
TEventLauncher::TEventLauncher()
|
||||
{ // ustawienie pocz¹tkowych wartoœci dla wszystkich zmiennych
|
||||
iKey = 0;
|
||||
DeltaTime = -1;
|
||||
@@ -36,7 +36,7 @@ __fastcall TEventLauncher::TEventLauncher()
|
||||
iCheckMask = 0;
|
||||
}
|
||||
|
||||
__fastcall TEventLauncher::~TEventLauncher() { SafeDeleteArray(szText); }
|
||||
TEventLauncher::~TEventLauncher() { SafeDeleteArray(szText); }
|
||||
|
||||
void TEventLauncher::Init() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user