Merge branch 'hotfix-1.1.2' into develop

This commit is contained in:
Jinhao
2015-08-28 07:35:31 +08:00
7 changed files with 79 additions and 26 deletions

View File

@@ -31,7 +31,7 @@ namespace nana
: nana::noncopyable, nana::nonmovable
{
friend class detail::widget_notifier_interface;
class notifier;
class inner_widget_notifier;
typedef void(*dummy_bool_type)(widget* (*)(const widget&));
public:
virtual ~widget() = default;