原意是显式调用析构函数来退出程序。
可是编译的时候提示:
WindowAFST_handler.cc: In member function 'void WindowAFST:n_mnuFileExit_activ ate_handler()':
WindowAFST_handler.cc:48: error: no matching function for call to 'WindowAFST::~ WindowAFST()'
WindowAFST.hh:22: note: candidates are: virtual WindowAFST::~WindowAFST()
make: *** [WindowAFST.o] 错误 1