debug travis

This commit is contained in:
Jinhao 2016-06-24 23:39:03 +08:00
parent aee106206a
commit cbf4b88956
2 changed files with 7 additions and 2 deletions

View File

@ -242,9 +242,10 @@ namespace detail
tabstop(*p_tabstop),
effects_edge_nimbus(*p_effects),
draw_through(*p_draw_through)
{
{}
}
~attr_root_tag();
};
const category::flags category;

View File

@ -209,6 +209,10 @@ namespace nana
//end class caret
//struct basic_window
basic_window::other_tag::attr_root_tag::~attr_root_tag()
{
std::cout<<"~attr_root_tag "<<this<<std::endl;
}
//struct basic_window::other_tag
basic_window::other_tag::other_tag(category::flags categ)
: category(categ), active_window(nullptr), upd_state(update_state::none)