]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
Kill a gazillion warnings.
[lyx.git] / src / Cursor.h
index 44d3d8292bf6bdc95b26959805bc213fb60085c8..0ed6981f267cfc055fcc1609ab64f29a1abe20b5 100644 (file)
@@ -45,6 +45,8 @@ public:
        /// create the cursor of a BufferView
        explicit Cursor(BufferView & bv);
 
+       /// returns true if we made a decision
+       bool getStatus(FuncRequest const & cmd, FuncStatus & flag) const;
        /// dispatch from innermost inset upwards
        void dispatch(FuncRequest const & cmd);
        /// get the resut of the last dispatch