Fix wx No Link build
This commit is contained in:
parent
fca11fb3a1
commit
c9d56fd063
|
@ -396,7 +396,9 @@ MainFrame::MainFrame() : wxFrame(), focused(false),
|
|||
|
||||
MainFrame::~MainFrame()
|
||||
{
|
||||
#ifndef NO_LINK
|
||||
CloseLink();
|
||||
#endif
|
||||
}
|
||||
|
||||
BEGIN_EVENT_TABLE(MainFrame, wxFrame)
|
||||
|
|
Loading…
Reference in New Issue