From cbf4b88956b1c968e95efea29899555b1da53431 Mon Sep 17 00:00:00 2001 From: Jinhao Date: Fri, 24 Jun 2016 23:39:03 +0800 Subject: [PATCH] debug travis --- include/nana/gui/detail/basic_window.hpp | 5 +++-- source/gui/detail/basic_window.cpp | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/include/nana/gui/detail/basic_window.hpp b/include/nana/gui/detail/basic_window.hpp index 517f9c3f..ce06da4e 100644 --- a/include/nana/gui/detail/basic_window.hpp +++ b/include/nana/gui/detail/basic_window.hpp @@ -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; diff --git a/source/gui/detail/basic_window.cpp b/source/gui/detail/basic_window.cpp index 0a5542fe..ef550a1f 100644 --- a/source/gui/detail/basic_window.cpp +++ b/source/gui/detail/basic_window.cpp @@ -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 "<