]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetFlex.h
Change the signature of forceEmptyLayout(), so that we can pass a cell index with...
[features.git] / src / insets / InsetFlex.h
index eb827f8bd7cb6c0ca89b073345b33f187ce422a3..5546acf215991b64e2d80ca1be69d2502e29adc3 100644 (file)
@@ -37,7 +37,7 @@ public:
        ///
        void read(Lexer & lex);
        ///
-       virtual bool allowParagraphCustomization(idx_type) const { return false; }
+       virtual bool allowParagraphCustomization(idx_type = 0) const { return false; }
 
        ///
        int plaintext(odocstream &, OutputParams const &) const;