mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 09:59:18 +02:00
Cleaning up after __fastcall remove.
Cleaning up project after remove _fastcall. Project now buildable.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
__fastcall TTractionPowerSource::TTractionPowerSource()
|
||||
TTractionPowerSource::TTractionPowerSource()
|
||||
{
|
||||
NominalVoltage = 0;
|
||||
VoltageFrequency = 0;
|
||||
@@ -44,7 +44,7 @@ __fastcall TTractionPowerSource::TTractionPowerSource()
|
||||
bSection = false; // sekcja nie jest Ÿród³em zasilania, tylko grupuje przês³a
|
||||
};
|
||||
|
||||
__fastcall TTractionPowerSource::~TTractionPowerSource(){};
|
||||
TTractionPowerSource::~TTractionPowerSource(){};
|
||||
|
||||
void TTractionPowerSource::Init(double u, double i)
|
||||
{ // ustawianie zasilacza przy braku w scenerii
|
||||
|
||||
Reference in New Issue
Block a user