]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_mboxinset.h
revert Buffer LyxText->InsetText commit
[lyx.git] / src / mathed / math_mboxinset.h
index 8758b000f437090dff883e6a02900099ed5bee1f..6d54d99c93f80afedbc1df14b8e0fcdc87298ae9 100644 (file)
@@ -31,10 +31,12 @@ public:
        /// draw according to cached metrics
        void draw(PainterInfo &, int x, int y) const;
        ///
-       DispatchResult priv_dispatch(LCursor & cur, FuncRequest const & cmd);
+       void priv_dispatch(LCursor & cur, FuncRequest const & cmd);
 
        ///
        void write(WriteStream & os) const;
+       ///
+       bool inMathed() const { return false; }
 
        ///
        LyXText * getText(int) const;