16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 11:19:19 +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

@@ -13,14 +13,14 @@ http://mozilla.org/MPL/2.0/.
#include "Curve.h"
__fastcall TCurve::TCurve()
TCurve::TCurve()
{
Values = NULL;
iNumValues = 0;
iNumCols = 0;
}
__fastcall TCurve::~TCurve()
TCurve::~TCurve()
{
for (int i = 0; i < iNumValues; i++)
SafeDelete(Values[i]);