]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/FloatPlacement.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / FloatPlacement.h
index dca71b9dbabb8449cbf3e9b48bb3d37ffb18dde6..73ed4eb01003b27cd2f4e6862dbf6e4f2a9461d2 100644 (file)
@@ -33,8 +33,8 @@ public:
 
        /// \name DialogView inherited methods
        //@{
-       InsetCode insetCode() { return FLOAT_CODE; }
-       FuncCode creationCode() { return LFUN_FLOAT_INSERT; }
+       InsetCode insetCode() const { return FLOAT_CODE; }
+       FuncCode creationCode() const { return LFUN_FLOAT_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
        //@}