]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Application.h
Do not use of boost::tokenizer
[lyx.git] / src / frontends / Application.h
index ca5ea4493ad774dce66e94d4bb6a2b20c46649c9..df0be95493e4cbe5ff2bcbdf71434ec5c7413e66 100644 (file)
@@ -177,7 +177,7 @@ public:
        /// Every user command is processed here, either invocated from
        /// keyboard or from the GUI. All GUI objects, including buttons and
        /// menus should use this class and never call kernel functions directly.
-       virtual void dispatch(FuncRequest const &) = 0;
+       virtual DispatchResult const & dispatch(FuncRequest const &) = 0;
 
        /// LyX dispatcher: executes lyx actions and returns result.
        virtual void dispatch(FuncRequest const &, DispatchResult & dr) = 0;