X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetGraphics.h;h=28ea3372464862c851fb2d849fff9c8d8c0cfda4;hb=96dea61f22c04529e726cab36acf0240d41fa778;hp=27f9cf1caf8583e56e78c78d7c159b2ad3641c98;hpb=ea81faa911fc2561a017eb36c3a3d0bbe5b86756;p=lyx.git diff --git a/src/insets/InsetGraphics.h b/src/insets/InsetGraphics.h index 27f9cf1caf..28ea337246 100644 --- a/src/insets/InsetGraphics.h +++ b/src/insets/InsetGraphics.h @@ -106,7 +106,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); ///