]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Fix mis-nomer
[lyx.git] / src / insets / InsetFloat.h
index 9c202678fc5557a8a16fc56ba25f0b7e1e09e779..f146e11fac20ba989028b59a421d214eb9d1156f 100644 (file)
@@ -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_;
 };