Why is the assert commented out? @@ -1949,8 +1948,8 @@
BufferView * LyXFunc::view() const
{
- BOOST_ASSERT(owner);
- return owner->view().get();
+// BOOST_ASSERT(owner);
+ return owner->view();
}
--
Lgb
Why is the assert commented out? @@ -1949,8 +1948,8 @@
BufferView * LyXFunc::view() const
{
- BOOST_ASSERT(owner);
- return owner->view().get();
+// BOOST_ASSERT(owner);
+ return owner->view();
}
--
Lgb