Line length

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27950 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-12-22 10:51:09 +00:00
parent 739ad5d718
commit 3135ff4959

View File

@ -889,7 +889,8 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
// trigger InstantPreview now
if (inset->lyxCode() == EXTERNAL_CODE) {
InsetExternal & ins = static_cast<InsetExternal &>(*inset);
InsetExternal & ins =
static_cast<InsetExternal &>(*inset);
ins.updatePreview();
}
}