]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetSpace.h
Some context menu work:
[features.git] / src / insets / InsetSpace.h
index e6f5bce98640d6524f236300b92c446859719764..7af58d38e16412401849f0fa5e2af35540ada3d9 100644 (file)
@@ -128,6 +128,8 @@ private:
        virtual Inset * clone() const { return new InsetSpace(*this); }
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
+       ///
+       bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const;
 
        ///
        InsetSpaceParams params_;