diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-08 16:26:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-08 16:26:12 +0200 |
commit | b2f490e8627fd31d8f5e48708a898c9f997a4676 (patch) | |
tree | bed19f273636e08c0784a5c7818e092171f34af8 | |
parent | e76e6607b152b2d239c6784d6b21cf2a4a3d6362 (diff) |
loplugin:cstylecast: deal with remaining pointer casts
Change-Id: I6fcd79094bb09f9068a4182eaace794b19633f4c
-rw-r--r-- | libreofficekit/source/gtk/lokdocview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx index 064e53461256..7daae3d53efd 100644 --- a/libreofficekit/source/gtk/lokdocview.cxx +++ b/libreofficekit/source/gtk/lokdocview.cxx @@ -1196,7 +1196,7 @@ SAL_DLLPUBLIC_EXPORT guint lok_docview_get_type() lok_docview_init, NULL, NULL, - (GtkClassInitFunc) NULL + nullptr }; lok_docview_type = gtk_type_unique( gtk_scrolled_window_get_type(), &lok_docview_info ); |