]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_cursor.h
Georg Baum's vspace change
[lyx.git] / src / mathed / math_cursor.h
index b43e1268c605fa852131318e58b752daa6c5769d..c6a15a1ef43f4fbfbc0def49d3e0688b2a49d2f5 100644 (file)
@@ -217,9 +217,6 @@ public:
        CursorPos const & cursor() const;
        /// how deep are we nested?
        unsigned depth() const;
-
-       /// local dispatcher
-       dispatch_result dispatch(FuncRequest const & cmd);
        /// describe the situation
        std::string info() const;
        /// dump selection information for debugging
@@ -246,7 +243,9 @@ public:
        void pullArg();
        /// split font inset etc
        void handleFont(std::string const & font);
-
+       ///
+       DispatchResult
+       dispatch(FuncRequest const & cmd);
 private:
        /// moves cursor index one cell to the left
        bool idxLeft();