]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXView.h
Cosmetics.
[lyx.git] / src / frontends / LyXView.h
index c587ce1dbb43c1c5e662a067fb641f6ac8d9aed0..f084449b5e809fe001fa0b9a7a8f0a7d59133f60 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author John Levon
  *
  * Full author contact details are available in file CREDITS.
@@ -82,7 +82,7 @@ public:
        virtual void message(docstring const &) = 0;
 
        ///
-       virtual FuncStatus getStatus(FuncRequest const & cmd) = 0;
+       virtual bool getStatus(FuncRequest const & cmd, FuncStatus & flag) = 0;
        /// dispatch command.
        /// \return true if the \c FuncRequest has been dispatched.
        virtual bool dispatch(FuncRequest const & cmd) = 0;