]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.cpp
Fix gcc warning.
[lyx.git] / src / insets / InsetTabular.cpp
index c91b87e3d05023353f7fb8d13888a8de28257b43..487d03b6bccfda4abc0d17a780bb7a8c0ac1db02 100644 (file)
@@ -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());