summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y/atkfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/a11y/atkfactory.cxx')
-rw-r--r--vcl/unx/gtk/a11y/atkfactory.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/unx/gtk/a11y/atkfactory.cxx b/vcl/unx/gtk/a11y/atkfactory.cxx
index fb0cc7741799..581f4d0091ac 100644
--- a/vcl/unx/gtk/a11y/atkfactory.cxx
+++ b/vcl/unx/gtk/a11y/atkfactory.cxx
@@ -58,14 +58,14 @@ atk_noop_object_wrapper_get_type()
static const GTypeInfo typeInfo =
{
sizeof (AtkNoOpObjectClass),
- (GBaseInitFunc) NULL,
- (GBaseFinalizeFunc) NULL,
+ nullptr,
+ nullptr,
reinterpret_cast<GClassInitFunc>(atk_noop_object_wrapper_class_init),
- (GClassFinalizeFunc) NULL,
+ nullptr,
NULL,
sizeof (AtkObjectWrapper),
0,
- (GInstanceInitFunc) NULL,
+ nullptr,
NULL
} ;