]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetert.C
remove lowercase, better layout handling and some variable renameing
[lyx.git] / src / insets / insetert.C
index 53ada70eb04ee9481f8942c3cd26c15d8fc6aff4..d1f4dbeee2a39c64ee9ed8b9d8ab036a3ce58363 100644 (file)
@@ -50,8 +50,8 @@ void InsetERT::init()
 }
 
 
-InsetERT::InsetERT(bool collapsed)
-       : InsetCollapsable(collapsed)
+InsetERT::InsetERT(BufferParams const & bp, bool collapsed)
+       : InsetCollapsable(bp, collapsed)
 {
        if (collapsed)
                status_ = Collapsed;
@@ -74,8 +74,9 @@ Inset * InsetERT::clone(Buffer const &, bool same_id) const
 }
 
 
-InsetERT::InsetERT(Language const * l, string const & contents, bool collapsed)
-       : InsetCollapsable(collapsed)
+InsetERT::InsetERT(BufferParams const & bp,
+                  Language const * l, string const & contents, bool collapsed)
+       : InsetCollapsable(bp, collapsed)
 {
        if (collapsed)
                status_ = Collapsed;