]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
Fix text direction of references with XeTeX/bidi
[lyx.git] / src / insets / Inset.h
index 0f76671ea821a709f684467af6906298351a41fa..f458121e7d7bab35ccfd43b73a0cd0b14d6671db 100644 (file)
@@ -242,7 +242,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;