]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / insets / Inset.h
index 58a787a53c3e7122cd845e6eeaa9388081bedd33..ec69809bd8aef22e202d574664e2bf4df066f968 100644 (file)
@@ -502,16 +502,16 @@ public:
        /// set the change for the entire inset
        virtual void setChange(Change const &) {}
        /// accept the changes within the inset
-       virtual void acceptChanges() {};
+       virtual void acceptChanges() {}
        /// reject the changes within the inset
-       virtual void rejectChanges() {};
+       virtual void rejectChanges() {}
 
        ///
        virtual Dimension const dimension(BufferView const &) const;
        ///
        int scroll() const { return 0; }
        ///
-       virtual ColorCode backgroundColor() const;
+       virtual ColorCode backgroundColor(PainterInfo const &) const;
        ///
        virtual ColorCode labelColor() const;
        //