diff options
Diffstat (limited to 'src/components/cellrendererpixbufanimation.hpp')
-rw-r--r-- | src/components/cellrendererpixbufanimation.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/cellrendererpixbufanimation.hpp b/src/components/cellrendererpixbufanimation.hpp index f47e928..fe2141d 100644 --- a/src/components/cellrendererpixbufanimation.hpp +++ b/src/components/cellrendererpixbufanimation.hpp @@ -6,7 +6,7 @@ class CellRendererPixbufAnimation : public Gtk::CellRenderer { public: CellRendererPixbufAnimation(); - virtual ~CellRendererPixbufAnimation(); + ~CellRendererPixbufAnimation() override = default; Glib::PropertyProxy<Glib::RefPtr<Gdk::Pixbuf>> property_pixbuf(); Glib::PropertyProxy<Glib::RefPtr<Gdk::PixbufAnimation>> property_pixbuf_animation(); |