]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXView.h
Change the "empty layout" to the "plain layout", to try to avoid confusion.
[lyx.git] / src / frontends / LyXView.h
index c587ce1dbb43c1c5e662a067fb641f6ac8d9aed0..c40b1819869eaf6a3ac324fdf4096ebee23f5f6f 100644 (file)
@@ -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;