]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiERT.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / GuiERT.h
index 8177b01b8d0b77546fc902c778712447eb3b0c1a..18a1a9163cee358ed343c6ce1fbf8d60bda80448 100644 (file)
@@ -28,8 +28,8 @@ public:
 private:
        /// \name InsetParamsWidget inherited methods
        //@{
-       InsetCode insetCode() { return ERT_CODE; }
-       FuncCode creationCode() { return LFUN_INSET_INSERT; }
+       InsetCode insetCode() const { return ERT_CODE; }
+       FuncCode creationCode() const { return LFUN_INSET_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
        //@}