]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
fix crash in mathhullinset
[lyx.git] / src / lyxfunc.h
index 399a64055a64d9d88b733f553238028630da52fa..5b9a57bd7b096b9edf61c6bbb2b867ef777a1795 100644 (file)
@@ -42,10 +42,10 @@ public:
        explicit LyXFunc(LyXView *);
 
        /// LyX dispatcher, executes lyx actions.
-       void dispatch(FuncRequest const &, bool verbose = false);
+       void dispatch(FuncRequest const &);
 
        /// return the status bar state string
-       std::string const view_status_message();
+       std::string const viewStatusMessage();
 
        ///
        typedef boost::shared_ptr<LyXKeySym> LyXKeySymPtr;
@@ -103,7 +103,7 @@ private:
 
        /// send a post-dispatch status message
        void sendDispatchMessage(std::string const & msg,
-               FuncRequest const & ev, bool verbose);
+               FuncRequest const & ev);
 
        // I think the following should be moved to BufferView. (Asger)
        ///