Fix wx No Link build

This commit is contained in:
Arthur Moore 2015-04-10 03:24:25 -04:00
parent fca11fb3a1
commit c9d56fd063
1 changed files with 2 additions and 0 deletions

View File

@ -396,7 +396,9 @@ MainFrame::MainFrame() : wxFrame(), focused(false),
MainFrame::~MainFrame()
{
#ifndef NO_LINK
CloseLink();
#endif
}
BEGIN_EVENT_TABLE(MainFrame, wxFrame)