ifix warnings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5105 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-08-26 06:17:54 +00:00
parent da7d2bc011
commit b9d9f6c408

View 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 &) const
{}
void MathCommentInset::mathematicize(MathematicaStream & os) const
{}
void MathCommentInset::octavize(OctaveStream & os) const
void MathCommentInset::octavize(OctaveStream &) const
{}