From: Abdelrazak Younes Date: Thu, 18 Feb 2010 11:52:18 +0000 (+0000) Subject: Fix gcc warning. X-Git-Tag: 2.0.0~4002 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e92aed709b41a347b2db650720aaca88760d5543;p=features.git Fix gcc warning. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33503 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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());