Skip to content
Snippets Groups Projects
Commit 11caf87d authored by rswindell's avatar rswindell
Browse files

Mismatched destructor prototype (this one might not even be necessary).

parent 556ca8aa
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ __fastcall TSpyForm::TSpyForm(TComponent* Owner)
ActiveControl=Terminal;
}
//---------------------------------------------------------------------------
TSpyForm::~TSpyForm()
__fastcall TSpyForm::~TSpyForm()
{
delete Terminal;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment