fix some typo

This commit is contained in:
Jinhao 2017-06-08 21:45:00 +08:00
parent 3cefaa3506
commit 93514186d5

View File

@ -3055,7 +3055,7 @@ namespace nana
void place::bind(window wd) void place::bind(window wd)
{ {
if (impl_->window_handle) if (impl_->window_handle)
throw std::runtime_error("place.bind: it has already binded to a window."); throw std::runtime_error("place.bind: it has already bound to a window.");
impl_->window_handle = wd; impl_->window_handle = wd;
impl_->event_size_handle = API::events(wd).resized.connect([this](const arg_resized& arg) impl_->event_size_handle = API::events(wd).resized.connect([this](const arg_resized& arg)