16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-20 22:59:18 +02:00

Usunięcie pozostałych jeszcze słów kluczowych __fastcall.

This commit is contained in:
firleju
2016-04-06 06:58:29 +02:00
parent 52cf14d83a
commit 25bdd9d536
32 changed files with 147 additions and 147 deletions

View File

@@ -95,7 +95,7 @@ TCab::~TCab()
delete[] btList;
};
TGauge *__fastcall TCab::Gauge(int n)
TGauge * TCab::Gauge(int n)
{ // pobranie adresu obiektu aniomowanego ruchem
if (n < 0)
{ // rezerwacja wolnego
@@ -106,7 +106,7 @@ TGauge *__fastcall TCab::Gauge(int n)
return ggList + n;
return NULL;
};
TButton *__fastcall TCab::Button(int n)
TButton * TCab::Button(int n)
{ // pobranie adresu obiektu animowanego wyborem 1 z 2
if (n < 0)
{ // rezerwacja wolnego