]> git.lyx.org Git - lyx.git/blobdiff - src/cursor_slice.h
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / cursor_slice.h
index 3ba4dfb0587ba56d276f79488690535f2f864bc0..f08fe045af4d27ba794c563d03fe8c91c4e8e203 100644 (file)
@@ -109,8 +109,8 @@ public:
        ///
        /// mathed specific stuff
        ///
-       /// returns the owning inset if it is a MathInset, else 0
-       MathInset * asMathInset() const { return inset_->asMathInset(); }
+       /// returns the owning inset if it is a InsetMath, else 0
+       InsetMath * asInsetMath() const { return inset_->asInsetMath(); }
        /// returns cell corresponding to this position
        MathArray & cell() const;