X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetGraphics.h;h=c5a6bba0524e720ff75c7adf2897797f8ab5ad5a;hb=b81c90adeef28a836d9786671849401b747e350b;hp=4e30dfb0e7b7714e293de4f30d350391b7b8b2c7;hpb=32871c1284f15265f652ff01c438e539a7c8181f;p=lyx.git diff --git a/src/insets/InsetGraphics.h b/src/insets/InsetGraphics.h index 4e30dfb0e7..c5a6bba052 100644 --- a/src/insets/InsetGraphics.h +++ b/src/insets/InsetGraphics.h @@ -48,13 +48,13 @@ public: fragile commands by adding a #\protect# before. */ int latex(Buffer const &, odocstream &, - OutputParams const &) const; + OutputParams const &) const; /// int plaintext(Buffer const &, odocstream &, - OutputParams const &) const; + OutputParams const &) const; /// int docbook(Buffer const &, odocstream &, - OutputParams const &) const; + OutputParams const &) const; /** Tell LyX what the latex features you need i.e. what latex packages you need to be included.