]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNest.h
Fix assertion when checking if change in selection
[lyx.git] / src / mathed / InsetMathNest.h
index 57e7ab340f560d18829a5a015b24fb89fde5fd6e..a009bd3234b73ebb2b094c2140df2c7453a15f81 100644 (file)
@@ -171,7 +171,7 @@ protected:
 public:
        /// interpret \p str and insert the result at the current position of
        /// \p cur if it is something known. Return whether \p cur was
-       /// inserted.
+       /// inserted. Handles undo.
        virtual bool interpretString(Cursor & cur, docstring const & str);
 
 private: