From: Richard Heck Date: Tue, 3 Feb 2009 21:11:05 +0000 (+0000) Subject: Typo. X-Git-Tag: 2.0.0~7320 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6d90ee1f40cd1d0a4c01f5ac5db01bc0a884e54b;p=features.git Typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28339 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetCollapsable.cpp b/src/insets/InsetCollapsable.cpp index 3d8c402ffb..db1844a768 100644 --- a/src/insets/InsetCollapsable.cpp +++ b/src/insets/InsetCollapsable.cpp @@ -776,7 +776,7 @@ int InsetCollapsable::latex(odocstream & os, { // FIXME: What should we do layout_ is 0? // 1) assert - // 2) through an error + // 2) throw an error if (!layout_) return 0;