summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-06 10:23:03 +0000
committerAndras Timar <andras.timar@collabora.com>2014-06-20 03:37:40 -0700
commit6e791a6a1e170bb46765848411bf23d39738e4a3 (patch)
treee37c2a8618855c5c55677818d4a332bd9f9d4bdc
parente9f0fb287cb58d7139bc39e0df89a2b521816aab (diff)
coverity#736301 the 2nd arg is a gpointercp-4.2-6
Change-Id: I66e57d570c5ae70e69eea2d44812a72a3b67509e
-rw-r--r--vcl/unx/gtk/a11y/atkwrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/a11y/atkwrapper.cxx b/vcl/unx/gtk/a11y/atkwrapper.cxx
index 5b4da2389e38..b93f6eb3ddd9 100644
--- a/vcl/unx/gtk/a11y/atkwrapper.cxx
+++ b/vcl/unx/gtk/a11y/atkwrapper.cxx
@@ -599,7 +599,7 @@ atk_object_wrapper_class_init (AtkObjectWrapperClass *klass)
static void
atk_object_wrapper_init (AtkObjectWrapper *wrapper,
- AtkObjectWrapperClass)
+ AtkObjectWrapperClass*)
{
wrapper->mpAction = NULL;
wrapper->mpComponent = NULL;