]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.cpp
Fix text direction of references with XeTeX/bidi
[lyx.git] / src / insets / Inset.cpp
index 93866bacd7c9a24d1cb852ee2a583b7f070e1fe8..397a8d0380db6f773df9689221d731b4fdde025a 100644 (file)
@@ -246,7 +246,7 @@ bool Inset::allowEmpty() const
 }
 
 
-bool Inset::forceLTR() const
+bool Inset::forceLTR(OutputParams const &) const
 {
        return getLayout().forceLTR();
 }