]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_iter.C
mathed64.diff
[features.git] / src / mathed / math_iter.C
index 513e9a8713af3a7cf28316419768acd767341f9b..8e3e7ef7a4640dccf87fe791e50518a81bd430c9 100644 (file)
@@ -60,6 +60,11 @@ void MathedIter::fcode(short c) const
        fcode_ = c; 
 }
 
+byte MathedIter::at() const
+{
+       return (*array)[pos]; 
+}
+
 byte MathedIter::at(int p) const
 {
        return (*array)[p];