]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommand.h
* src/insets/InsetSpace.cpp:
[lyx.git] / src / insets / InsetCommand.h
index 503c8124e79fb90759d0c6bc68f4bf6b41b36e7b..55e8c4d6cf94db07b52328c13e5e0c2cd29e3b0c 100644 (file)
@@ -66,6 +66,8 @@ protected:
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
+       bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const;
+       ///
        docstring const getCommand() const { return p_.getCommand(); }
        ///
        std::string const & getCmdName() const { return p_.getCmdName(); }
@@ -105,8 +107,6 @@ private:
        static bool isCompatibleCommand(std::string const & cmd);
        ///
        docstring contextMenu(BufferView const & bv, int x, int y) const;
-       ///
-       bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const;
        /// This should provide the text for the button
        virtual docstring screenLabel() const = 0;