diff options
Diffstat (limited to 'include/osl/detail/component-mapping.h')
-rw-r--r-- | include/osl/detail/component-mapping.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/detail/component-mapping.h b/include/osl/detail/component-mapping.h index 4d4264180476..64c967019ba0 100644 --- a/include/osl/detail/component-mapping.h +++ b/include/osl/detail/component-mapping.h @@ -31,7 +31,7 @@ typedef struct { typedef struct { const char *name; - void * (*constructor_function)(void *, void *); + void (*constructor_function)(void); } lib_to_constructor_mapping; const lib_to_factory_mapping *lo_get_factory_map(void); |