debug travis

This commit is contained in:
Jinhao 2016-06-24 13:42:23 +08:00
parent 9f6a3afd77
commit f505cfb6c7

View File

@ -216,6 +216,8 @@ 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;