From 90d118cf56d762a9e1b159646d3cf064996d8f10 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 25 Oct 2008 15:25:46 +0000 Subject: [PATCH] Fixme comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27112 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetLayout.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/insets/InsetLayout.cpp b/src/insets/InsetLayout.cpp index 9a321c2046..c4b6e896c6 100644 --- a/src/insets/InsetLayout.cpp +++ b/src/insets/InsetLayout.cpp @@ -148,6 +148,10 @@ bool InsetLayout::read(Lexer & lex, TextClass & tclass) break; } switch (le) { + // FIXME + // Perhaps a mroe elegant way to deal with the next two would be the + // way this sort of thing is handled in Layout::read(), namely, by + // using the Lexer. case IL_LYXTYPE: { string lt; lex >> lt; -- 2.39.2