]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
Fix text direction of references with XeTeX/bidi
[lyx.git] / src / mathed / InsetMathHull.h
index 73de59f0a2367fb9d06f479720e7f26622277f1d..a6fc8c9d6415efd79d0eb437732553849bd54cc9 100644 (file)
@@ -172,7 +172,7 @@ public:
        void initUnicodeMath() const;
 
        /// Force inset into LTR environment if surroundings are RTL
-       virtual bool forceLTR() const { return true; }
+       virtual bool forceLTR(OutputParams const &) const { return true; }
        ///
        void recordLocation(DocIterator const & di);