Fix incorrect error message
This commit is contained in:
parent
0819f72b1b
commit
243ae32187
|
@ -95,7 +95,7 @@ void List::verify_valid_row(size_t row_ndx, bool insertion)
|
||||||
void List::verify_attached()
|
void List::verify_attached()
|
||||||
{
|
{
|
||||||
if (!m_link_view->is_attached()) {
|
if (!m_link_view->is_attached()) {
|
||||||
throw std::runtime_error("Tableview is not attached");
|
throw std::runtime_error("LinkView is not attached");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue