]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListingsParams.cpp
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetListingsParams.cpp
index 473341e52a3983777af22bc3e7913ea0bc1a9774..f82c44f63ab9ea3b9c67e0ab6550bf08f1e54a6c 100644 (file)
@@ -18,7 +18,6 @@
 
 #include "support/convert.h"
 #include "support/gettext.h"
-#include "support/lassert.h"
 #include "support/lstrings.h"
 #include "support/textutils.h"
 
@@ -715,7 +714,7 @@ void InsetListingsParams::write(ostream & os) const
 void InsetListingsParams::read(Lexer & lex)
 {
        lex >> inline_;
-       int s = Inset::Collapsed;
+       int s = InsetCollapsable::Collapsed;
        lex >> s;
        status_ = static_cast<InsetCollapsable::CollapseStatus>(s);
        string par;