debug travis

This commit is contained in:
Jinhao
2016-06-24 13:48:28 +08:00
parent f505cfb6c7
commit cff4bee6fb
2 changed files with 2 additions and 4 deletions

View File

@@ -216,8 +216,6 @@ namespace nana
switch(categ)
{
case category::flags::root:
attribute.root = new attr_root_tag;
delete attribute.root;
attribute.root = new attr_root_tag;
std::cout<<"basic_window: create attr root "<<attribute.root<<std::endl;
break;