From e92aed709b41a347b2db650720aaca88760d5543 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 18 Feb 2010 11:52:18 +0000 Subject: [PATCH] Fix gcc warning. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33503 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetTabular.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index c91b87e3d0..487d03b6bc 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -4891,6 +4891,10 @@ void InsetTabular::tabularFeatures(Cursor & cur, tabular.setAlignSpecial(cur.idx(), from_utf8(value), feature); break; + case Tabular::SET_SPECIAL_MULTIROW: + //FIXME: noting to do here? + break; + case Tabular::APPEND_ROW: // append the row into the tabular tabular.appendRow(cur.idx()); -- 2.39.2