debug travis
This commit is contained in:
parent
aee106206a
commit
cbf4b88956
@ -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;
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user