[Libreoffice-commits] core.git: vcl/unx
Stephan Bergmann
sbergman at redhat.com
Mon Mar 23 08:59:53 PDT 2015
vcl/unx/gtk3/gdi/cairo_gtk3_cairo.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit be4ca35ad7926a2783b1c599f632a8d2591cbeab
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Mar 23 16:58:54 2015 +0100
loplugin:saloverride
Change-Id: Ia41415272e12b47ae332c38badd323ad3ab6a5ad
diff --git a/vcl/unx/gtk3/gdi/cairo_gtk3_cairo.hxx b/vcl/unx/gtk3/gdi/cairo_gtk3_cairo.hxx
index 1d6e36f..dee313f 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();
};
}
More information about the Libreoffice-commits
mailing list