fix a GCC compiler error

This commit is contained in:
Jinhao
2016-04-09 05:06:30 +08:00
parent a27a85d0c9
commit e4adb22fa2
2 changed files with 7 additions and 7 deletions

View File

@@ -4601,7 +4601,7 @@ namespace nana
}
}
void cat_proxy::_m_try_append_model(const_virtual_pointer& dptr)
void cat_proxy::_m_try_append_model(const const_virtual_pointer& dptr)
{
if (!cat_->model_ptr)
{