]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_casesinset.h
Make Helge happy: no more crash on arrow up/down in math macro
[lyx.git] / src / mathed / math_casesinset.h
index cb93c6c41a088148f49aae40795941ad76226c4d..f28776c51b72d6c2c73553ad155abd1e2404ad2b 100644 (file)
@@ -25,6 +25,11 @@ public:
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
+       ///
+       virtual void doDispatch(LCursor & cur, FuncRequest & cmd);
+       ///
+       bool getStatus(LCursor & cur, FuncRequest const & cmd,
+               FuncStatus & flag) const;
 
        ///
        void infoize(std::ostream & os) const;