]> git.lyx.org Git - features.git/commitdiff
ifix warnings
authorAndré Pönitz <poenitz@gmx.net>
Mon, 26 Aug 2002 06:17:54 +0000 (06:17 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 26 Aug 2002 06:17:54 +0000 (06:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5105 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_commentinset.C

index d877b08dacac7e4b7f80964691a0adc569c74c38..6887dc23bbe754fa6240fd4b437108002673598e 100644 (file)
@@ -63,14 +63,16 @@ void MathCommentInset::write(WriteStream & os) const
 
 
 void MathCommentInset::maplize(MapleStream & os) const
-{}
+{
+       os << '#' << cell(0) << "\n";
+}
 
 
-void MathCommentInset::mathematicize(MathematicaStream & os) const
+void MathCommentInset::mathematicize(MathematicaStream &) const
 {}
 
 
-void MathCommentInset::octavize(OctaveStream & os) const
+void MathCommentInset::octavize(OctaveStream &) const
 {}