]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Make the fake sequence for braces highly unlikely (addressing #6478).
[lyx.git] / src / BufferView.h
index 5b277c4edc8e7dab79584040e114f90cfb3ecdc7..6a01ed0fc4ceebe17cded45591482c34cbab4886 100644 (file)
@@ -31,6 +31,7 @@ class Buffer;
 class Change;
 class CoordCache;
 class Cursor;
+class DispatchResult;
 class DocIterator;
 class DocumentClass;
 class FuncRequest;
@@ -199,8 +200,7 @@ public:
        /// \return true if we've made a decision
        bool getStatus(FuncRequest const & cmd, FuncStatus & flag);
        /// execute the given function.
-       /// \return true if the function has been processed.
-       bool dispatch(FuncRequest const & argument);
+       void dispatch(FuncRequest const & cmd, DispatchResult & dr);
 
        /// request an X11 selection.
        /// \return the selected string.