X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetparent.h;h=861ac9d2a683e85380c291eab464c471e3266c77;hb=8ed9dbabde30b31a6a14e032fa42f682a196ef7a;hp=48bccbd0f071faf01c8812c6f27e5def8f17195b;hpb=08c732ecfad8cb933399b31f5591373fe8195f3a;p=features.git diff --git a/src/insets/insetparent.h b/src/insets/insetparent.h index 48bccbd0f0..861ac9d2a6 100644 --- a/src/insets/insetparent.h +++ b/src/insets/insetparent.h @@ -32,7 +32,8 @@ public: explicit InsetParent(string const & fn, Buffer * owner = 0); /// - int Latex(Buffer const *, std::ostream &, bool fragile, bool free_spc) const; + int Latex(Buffer const *, std::ostream &, + bool fragile, bool free_spc) const; /// Inset * Clone() const { return new InsetParent(getContents()); } ///