summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-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 02bb04cc18b5..875d5a26fb9f 100644
--- a/vcl/unx/gtk/a11y/atkwrapper.cxx
+++ b/vcl/unx/gtk/a11y/atkwrapper.cxx
@@ -693,7 +693,7 @@ isOfType( uno::XInterface *pInterface, const uno::Type & rType )
}
extern "C" {
-typedef GType (* GetGIfaceType ) (void);
+typedef GType (* GetGIfaceType ) ();
}
const struct {
const char *name;