]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_charinset.C
preview as preview can...
[lyx.git] / src / mathed / math_charinset.C
index 8e74c6bc655d6e8ab0cf4dd2d55d0c8a3888de9b..a212db15e7e356c3e8851de0fe1ecd7a73cf2b68 100644 (file)
@@ -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_ == '>';