]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTheorem.cpp
InsetListings: change the interface of diaplay function and allow AlignLeft. Applied...
[lyx.git] / src / insets / InsetTheorem.cpp
index edd28f4bd6f85f5482f0b2bf03df8ecf7b4224a2..8e663a4310d3e1782bdd9000e8593b89ae8436f1 100644 (file)
@@ -53,7 +53,7 @@ Inset.heorem::InsetTheorem()
 
 void Inset.heorem::write(Buffer const * buf, ostream & os) const
 {
-       os << insetName() << "\n";
+       os << name() << "\n";
        InsetCollapsable::write(buf, os);
 }