]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFootlike.h
Merge branch 'master' into biblatex2
[lyx.git] / src / insets / InsetFootlike.h
index 4fe2d9eddac055ca5821c62f5b8597ce6725ef17..f16f355a963b09d44adee31689717c95065892c3 100644 (file)
@@ -35,10 +35,10 @@ private:
        void write(std::ostream & os) const;
        ///
        bool insetAllowed(InsetCode) const;
-       /** returns true if, when outputing LaTeX, font changes should
+       /** returns false if, when outputing LaTeX, font changes should
            be closed before generating this inset. This is needed for
            insets that may contain several paragraphs */
-       bool noFontChange() const { return true; }
+       bool inheritFont() const { return false; }
 };