]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiVSpace.h
On Mac, moving down a paragraph should place the cursor at the end of the current...
[lyx.git] / src / frontends / qt4 / GuiVSpace.h
index dd1d8830bad4976b3842c70e430866314c0dd319..f36a519c99cccd5a3ae420f3878395519e846a3c 100644 (file)
@@ -35,8 +35,8 @@ private Q_SLOTS:
 private:
        /// \name InsetParamsWidget inherited methods
        //@{
-       InsetCode insetCode() { return VSPACE_CODE; }
-       FuncCode creationCode() { return LFUN_INSET_INSERT; }
+       InsetCode insetCode() const { return VSPACE_CODE; }
+       FuncCode creationCode() const { return LFUN_INSET_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
        //@}