X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Finsets%2FInset.h;h=a1c0518a2cc729438e598cc69485fbe44b0db6aa;hb=96dea61f22c04529e726cab36acf0240d41fa778;hp=fe58cd434ec698868327e4cc0c0e849539a2e79f;hpb=cf6ff2cac79d09adafa63e3a1ec02dfb09f707b9;p=lyx.git diff --git a/src/insets/Inset.h b/src/insets/Inset.h index fe58cd434e..a1c0518a2c 100644 --- a/src/insets/Inset.h +++ b/src/insets/Inset.h @@ -237,7 +237,7 @@ public: /// Don't eliminate empty paragraphs virtual bool allowEmpty() const; /// Force inset into LTR environment if surroundings are RTL - virtual bool forceLTR() const; + virtual bool forceLTR(OutputParams const &) const; /// whether to include this inset in the strings generated for the TOC virtual bool isInToc() const;