diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-06 10:23:03 +0000 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-06-20 03:37:40 -0700 |
commit | 6e791a6a1e170bb46765848411bf23d39738e4a3 (patch) | |
tree | e37c2a8618855c5c55677818d4a332bd9f9d4bdc | |
parent | e9f0fb287cb58d7139bc39e0df89a2b521816aab (diff) |
coverity#736301 the 2nd arg is a gpointercp-4.2-6
Change-Id: I66e57d570c5ae70e69eea2d44812a72a3b67509e
-rw-r--r-- | vcl/unx/gtk/a11y/atkwrapper.cxx | 2 |
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; |