]> git.lyx.org Git - features.git/commitdiff
Fixme comment.
authorRichard Heck <rgheck@comcast.net>
Sat, 25 Oct 2008 15:25:46 +0000 (15:25 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 25 Oct 2008 15:25:46 +0000 (15:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27112 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetLayout.cpp

index 9a321c2046e408a97a36ec8b734f439332f785cf..c4b6e896c6effb05334175422edb1e824ad68e86 100644 (file)
@@ -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;