mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix brown paper bag bug (missing 'return')
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8381 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
da1f3b8ac9
commit
39374cc4c7
@ -172,7 +172,7 @@ MathArray & CursorSlice::cell() const
|
|||||||
|
|
||||||
LyXText * CursorSlice::text() const
|
LyXText * CursorSlice::text() const
|
||||||
{
|
{
|
||||||
inset_ ? inset_->getText(idx_) : 0;
|
return inset_ ? inset_->getText(idx_) : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user