]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_limitopinset.C
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_limitopinset.C
index 5d4d6942a7b1ec4d46e220f96df0249592b94149..d92e7a69a13d996c208611a80ced6bc63245fda4 100644 (file)
@@ -20,12 +20,12 @@ MathInset * MathLimitOpInset::clone() const
 
 void MathLimitOpInset::write(WriteStream & os) const
 {
-       scripts_.write(int_.nucleus(), os);
+       scripts_.write2(int_.nucleus(), os);
        os << core_ << "d" << diff_;
 }
 
 
-void MathLimitOpInset::normalize(NormalStream & os) const
+void MathLimitOpInset::normalize(NormalStream &) const
 {
        //os << "[int " << scripts_ << ' ' << core_ << ' ' << diff_ << ']'
 }
@@ -38,17 +38,17 @@ void MathLimitOpInset::metrics(MathMetricsInfo const &) const
 
 
 void MathLimitOpInset::draw(Painter &, int, int) const
-{  
+{
        lyxerr << "should not happen\n";
 }
 
 
-void MathLimitOpInset::maplize(MapleStream & os) const
+void MathLimitOpInset::maplize(MapleStream &) const
 {
-       //os << name_.c_str() << '(' << cell(0) << ')';
+       //os << name_ << '(' << cell(0) << ')';
 }
 
-void MathLimitOpInset::mathmlize(MathMLStream & os) const
+void MathLimitOpInset::mathmlize(MathMLStream &) const
 {
-       //os << name_.c_str() << '(' << cell(0) << ')';
+       //os << name_ << '(' << cell(0) << ')';
 }