]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Fix a couple unused variable warnings.
[lyx.git] / src / insets / InsetTabular.h
index 00124eab7ad73c075be10455028c80c3dfff9368..10516fe2a5b6d0860d99f15e387ce47109ffb808 100644 (file)
@@ -475,7 +475,8 @@ public:
        ///
        bool isMultiRow(idx_type cell) const;
        ///
-       idx_type setMultiRow(idx_type cell, idx_type number);
+       idx_type setMultiRow(idx_type cell, idx_type number,
+                            bool const bottom_border);
        ///
        void unsetMultiRow(idx_type cell);
        ///