]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetERT.h
Change the signature of forceEmptyLayout(), so that we can pass a cell index with...
[features.git] / src / insets / InsetERT.h
index 6004792859d1489bb87af0e7a5287fceef9a358d..52542beb01ecdfa23964c7fab126f1d412cdeff0 100644 (file)
@@ -60,9 +60,9 @@ private:
        ///
        bool showInsetDialog(BufferView *) const;
        ///
-       bool forceEmptyLayout() const { return true; }
+       virtual bool forceEmptyLayout(idx_type = 0) const { return true; }
        ///
-       bool allowParagraphCustomization(idx_type) const { return false; }
+       virtual bool allowParagraphCustomization(idx_type = 0) const { return false; }
        /// should paragraph indendation be omitted in any case?
        bool neverIndent() const { return true; }
        ///