]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.h
Fix bug #6936.
[lyx.git] / src / mathed / InsetMathGrid.h
index bfa286b766a95c34e4d663bb840b2f5b985229f8..7ff533be998e4f978b16d500c3e9cb95c3a39434 100644 (file)
@@ -194,6 +194,8 @@ public:
        virtual char defaultColAlign(col_type) { return 'c'; }
        ///
        void setDefaults();
+       ///
+       virtual bool interpretString(Cursor & cur, docstring const & str);
 
        ///
        virtual int colsep() const;