summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-03-23 16:58:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-03-23 16:58:54 +0100
commitbe4ca35ad7926a2783b1c599f632a8d2591cbeab (patch)
treee5b72a3d1dccbaf9380ae771389cbee6aaacd409 /vcl
parent79754dee2e2c0f4c8b05ae7db62b089912d6aa6d (diff)
loplugin:saloverride
Change-Id: Ia41415272e12b47ae332c38badd323ad3ab6a5ad
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk3/gdi/cairo_gtk3_cairo.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/gdi/cairo_gtk3_cairo.hxx b/vcl/unx/gtk3/gdi/cairo_gtk3_cairo.hxx
index 1d6e36ff44f6..dee313f526ee 100644
--- a/vcl/unx/gtk3/gdi/cairo_gtk3_cairo.hxx
+++ b/vcl/unx/gtk3/gdi/cairo_gtk3_cairo.hxx
@@ -41,7 +41,7 @@ namespace cairo {
virtual void flush() const SAL_OVERRIDE;
- ~Gtk3Surface();
+ virtual ~Gtk3Surface();
};
}