]> git.lyx.org Git - features.git/blobdiff - src/insets/insetparent.h
read the Changelog
[features.git] / src / insets / insetparent.h
index 48bccbd0f071faf01c8812c6f27e5def8f17195b..861ac9d2a683e85380c291eab464c471e3266c77 100644 (file)
@@ -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()); }
        ///