]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.h
Fix text direction of references with XeTeX/bidi
[lyx.git] / src / insets / InsetRef.h
index 3e3e7b07d94fd9c2f68f43c5e5c0cd68263f7ba8..c1860e1a4c298712f491a00a885893da303ac294 100644 (file)
@@ -73,7 +73,7 @@ public:
        void addToToc(DocIterator const & di, bool output_active,
                                  UpdateType utype, TocBackend & backend) const;
        ///
-       bool forceLTR() const;
+       bool forceLTR(OutputParams const &) const;
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes