]> git.lyx.org Git - features.git/blobdiff - src/frontends/LyXView.h
Remove warnings reported with gcc 4.3:
[features.git] / src / frontends / LyXView.h
index e7100d6f1730c875571095a5063bc31a092e56ca..bf9aa5778db67781f6e41c33cbfeee0f4db233ff 100644 (file)
@@ -62,7 +62,7 @@ public:
 
        virtual ~LyXView();
 
-       int const id() const { return id_; }
+       int id() const { return id_; }
 
        virtual void close() = 0;
 
@@ -174,7 +174,7 @@ public:
        /** redraw \c inset in all the BufferViews in which it is currently
         *  visible. If successful return a pointer to the owning Buffer.
         */
-       Buffer const * const updateInset(Inset const *);
+       Buffer const * updateInset(Inset const *);
 
        /// returns true if this view has the focus.
        virtual bool hasFocus() const = 0;