small change

This commit is contained in:
Jinhao 2019-07-16 03:32:23 +08:00
parent 9f29772bff
commit 641d4c263d

View File

@ -127,7 +127,7 @@ namespace nana
close_fn_ = std::move(fn); close_fn_ = std::move(fn);
} }
bool hit_close() bool hit_close() const
{ {
return x_pointed_; return x_pointed_;
} }