summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y/atkwrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/a11y/atkwrapper.cxx')
-rw-r--r--vcl/unx/gtk/a11y/atkwrapper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/gtk/a11y/atkwrapper.cxx b/vcl/unx/gtk/a11y/atkwrapper.cxx
index 30cfa9c05074..ad27b6a3c6ff 100644
--- a/vcl/unx/gtk/a11y/atkwrapper.cxx
+++ b/vcl/unx/gtk/a11y/atkwrapper.cxx
@@ -665,10 +665,10 @@ atk_object_wrapper_get_type()
static const GTypeInfo typeInfo =
{
sizeof (AtkObjectWrapperClass),
- (GBaseInitFunc) NULL,
- (GBaseFinalizeFunc) NULL,
+ nullptr,
+ nullptr,
reinterpret_cast<GClassInitFunc>(atk_object_wrapper_class_init),
- (GClassFinalizeFunc) NULL,
+ nullptr,
NULL,
sizeof (AtkObjectWrapper),
0,