]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_pos.h
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_pos.h
index 8d8e9e951ae33375670d114bfaa79ae3ce35dae0..5ffa93ceaceee0e4513a6fd3c7a136f4faa47160 100644 (file)
@@ -11,7 +11,7 @@ public:
        /// 
        MathCursorPos();
        /// 
-       explicit MathCursorPos(MathAtom &);
+       explicit MathCursorPos(MathInset *);
 
        /// returns cell corresponding to this position
        MathArray & cell() const;
@@ -28,7 +28,7 @@ public:
 
 public:
        /// pointer to an inset
-       MathAtom * par_;
+       MathInset * par_;
        /// cell index of a position in this inset
        MathArray::idx_type idx_;
        /// position in this cell