mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
ifix warnings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5105 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
da7d2bc011
commit
b9d9f6c408
@ -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
|
||||
{}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user