mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 20:39:18 +02:00
Cleaning up after __fastcall remove.
Cleaning up project after remove _fastcall. Project now buildable.
This commit is contained in:
@@ -692,7 +692,7 @@ bool Global::DoEvents()
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
__fastcall TTranscripts::TTranscripts()
|
||||
TTranscripts::TTranscripts()
|
||||
{
|
||||
iCount = 0; // brak linijek do wyœwietlenia
|
||||
iStart = 0; // wype³niaæ od linijki 0
|
||||
@@ -703,7 +703,7 @@ __fastcall TTranscripts::TTranscripts()
|
||||
}
|
||||
fRefreshTime = 360.0; // wartoœc zaporowa
|
||||
};
|
||||
__fastcall TTranscripts::~TTranscripts(){};
|
||||
TTranscripts::~TTranscripts(){};
|
||||
void TTranscripts::AddLine(char *txt, float show, float hide, bool it)
|
||||
{ // dodanie linii do tabeli, (show) i (hide) w [s] od aktualnego czasu
|
||||
if (show == hide)
|
||||
|
||||
Reference in New Issue
Block a user