X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_charinset.C;h=a212db15e7e356c3e8851de0fe1ecd7a73cf2b68;hb=4bc59f21015e9151841eea3733b97d25cd616fdc;hp=8e74c6bc655d6e8ab0cf4dd2d55d0c8a3888de9b;hpb=12130ed9b1e8dec72920dfc854dce271a82979b3;p=lyx.git diff --git a/src/mathed/math_charinset.C b/src/mathed/math_charinset.C index 8e74c6bc65..a212db15e7 100644 --- a/src/mathed/math_charinset.C +++ b/src/mathed/math_charinset.C @@ -122,6 +122,12 @@ void MathCharInset::normalize(NormalStream & os) const } +void MathCharInset::octavize(OctaveStream & os) const +{ + os << char_; +} + + bool MathCharInset::isRelOp() const { return char_ == '=' || char_ == '<' || char_ == '>';