]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_inset.h
forward search in math insets. ugly. seems to work. don't ask why.
[lyx.git] / src / mathed / math_inset.h
index bf2f2ec3141c40db12300168a69a4a911f17eeda..5b8d6de1da09769f6b1a0172d68af1f0c5809f43 100644 (file)
@@ -177,6 +177,7 @@ public:
        /// identifies certain types of insets
        virtual MathArrayInset        * asArrayInset()        { return 0; }
        virtual MathBoxInset          * asBoxInset()          { return 0; }
+       virtual MathBoxInset const    * asBoxInset() const    { return 0; }
        virtual MathCharInset const   * asCharInset() const   { return 0; }
        virtual MathDelimInset        * asDelimInset()        { return 0; }
        virtual MathDelimInset const  * asDelimInset() const  { return 0; }