]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.cpp
Make the fake sequence for braces highly unlikely (addressing #6478).
[lyx.git] / src / LyX.cpp
index 02759cad546c9f4ebe9ba8258caa286332f1ccd2..510bef47e4c2fc250ae55dddf61b007e3b89cd04 100644 (file)
@@ -1158,6 +1158,13 @@ void dispatch(FuncRequest const & action)
 }
 
 
+void dispatch(FuncRequest const & action, DispatchResult & dr)
+{
+       LASSERT(singleton_, /**/);
+       singleton_->pimpl_->lyxfunc_.dispatch(action, dr);
+}
+
+
 BufferList & theBufferList()
 {
        LASSERT(singleton_, /**/);