]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Circumvent odd stmary font metrics (part of #9990).
[lyx.git] / src / insets / InsetFloat.h
index c58be580b1249b9efd81fd7f03ab71e66fc1a1d0..9c202678fc5557a8a16fc56ba25f0b7e1e09e779 100644 (file)
@@ -109,6 +109,8 @@ private:
        ///
        docstring getCaption(OutputParams const &) const;
        ///
+       void getCaption(otexstream & os, OutputParams const & runparams) const;
+
        InsetFloatParams params_;
 };