mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
Cleaning up after __fastcall remove.
Cleaning up project after remove _fastcall. Project now buildable.
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
|
||||
#pragma package(smart_init)
|
||||
|
||||
__fastcall TButton::TButton()
|
||||
TButton::TButton()
|
||||
{
|
||||
iFeedbackBit = 0;
|
||||
Clear();
|
||||
};
|
||||
|
||||
__fastcall TButton::~TButton(){};
|
||||
TButton::~TButton(){};
|
||||
|
||||
void TButton::Clear(int i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user