X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFloat.h;h=f146e11fac20ba989028b59a421d214eb9d1156f;hb=e4c46abeb7385960c9dd42494e3c7c1f3e699b56;hp=9c202678fc5557a8a16fc56ba25f0b7e1e09e779;hpb=f4f68a57649d4362039a7779b49b65fc557e5bff;p=lyx.git diff --git a/src/insets/InsetFloat.h b/src/insets/InsetFloat.h index 9c202678fc..f146e11fac 100644 --- a/src/insets/InsetFloat.h +++ b/src/insets/InsetFloat.h @@ -18,6 +18,9 @@ namespace lyx { +struct TexString; + + class InsetFloatParams { public: @@ -107,9 +110,7 @@ private: /// Inset * clone() const { return new InsetFloat(*this); } /// - docstring getCaption(OutputParams const &) const; - /// - void getCaption(otexstream & os, OutputParams const & runparams) const; + TexString getCaption(OutputParams const &) const; InsetFloatParams params_; };