]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInfo.cpp
Fix text direction of references with XeTeX/bidi
[lyx.git] / src / insets / InsetInfo.cpp
index 2e42ad0e0ad239ab08f3687b84e2ef461233d83f..58cd25be5f514101628625d90274ac3d7afc0176 100644 (file)
@@ -743,7 +743,7 @@ void InsetInfo::setText(docstring const & str, Language const * lang)
 }
 
 
-bool InsetInfo::forceLTR() const
+bool InsetInfo::forceLTR(OutputParams const &) const
 {
        return params_.force_ltr;
 }