]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphics.h
Fix text direction of references with XeTeX/bidi
[lyx.git] / src / insets / InsetGraphics.h
index b92f19bb20b68c9c8e2cbde71d49ec4b22721182..2cba4f05fa3f47a13e80c170733a39ef0b4832a8 100644 (file)
@@ -110,7 +110,7 @@ private:
        ///
        std::string contextMenuName() const;
        /// Force inset into LTR environment if surroundings are RTL
-       bool forceLTR() const { return true; }
+       bool forceLTR(OutputParams const &) const { return true; }
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///