Merge branch 'master' of https://github.com/besh81/nana into besh81-master

This commit is contained in:
Jinhao
2016-06-10 16:27:31 +08:00
4 changed files with 33 additions and 24 deletions

View File

@@ -502,7 +502,7 @@ namespace nana
/// Determines whether expension/shrink of category is blocked
bool category_change_blocked() const noexcept;
arg_category(const drawerbase::listbox::cat_proxy&) noexcept;
arg_category(const drawerbase::listbox::cat_proxy&) noexcept;
private:
mutable bool block_change_;
};