optimize binary size

This commit is contained in:
Jinhao
2016-07-01 23:43:48 +08:00
parent b32afa282c
commit 8c7051566c
13 changed files with 180 additions and 180 deletions

View File

@@ -268,7 +268,7 @@ namespace nana
#endif
});
impl_->evt_destroy = API::events(wd).destroy([this]
impl_->evt_destroy = API::events(wd).destroy.connect([this](const arg_destroy&)
{
close();
});