]> git.lyx.org Git - features.git/blobdiff - src/insets/insetert.C
fix insertion of raw double quote, reading of Info inset, initial width of collapsed...
[features.git] / src / insets / insetert.C
index d6c4542ae0452e952dd275672fab216bc850d5be..14bdf5e3f7a9a370b953df4e3e81e6056ca76834 100644 (file)
@@ -37,7 +37,8 @@ InsetERT::InsetERT() : InsetCollapsable()
 }
 
 
-InsetERT::InsetERT(string const & contents)
+InsetERT::InsetERT(string const & contents, bool collapsed)
+       : InsetCollapsable(collapsed)
 {
        setLabel(_("666"));
        LyXFont font(LyXFont::ALL_SANE);