]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
Internal buffers are valid
[lyx.git] / src / insets / Inset.h
index fe58cd434ec698868327e4cc0c0e849539a2e79f..a1c0518a2cc729438e598cc69485fbe44b0db6aa 100644 (file)
@@ -237,7 +237,7 @@ public:
        /// Don't eliminate empty paragraphs
        virtual bool allowEmpty() const;
        /// Force inset into LTR environment if surroundings are RTL
-       virtual bool forceLTR() const;
+       virtual bool forceLTR(OutputParams const &) const;
        /// whether to include this inset in the strings generated for the TOC
        virtual bool isInToc() const;