diff options
-rw-r--r-- | librpc/idl/eventlog6.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/eventlog6.idl b/librpc/idl/eventlog6.idl index 0cda95b62a..57216cd56b 100644 --- a/librpc/idl/eventlog6.idl +++ b/librpc/idl/eventlog6.idl @@ -64,7 +64,7 @@ interface eventlog6 typedef struct { [range(0, MAX_RPC_STRING_ARRAY_COUNT)] uint32 count; - [size_is(count),charset(UTF16),string] uint16 *ptr; + [size_is(count),charset(UTF16),string] uint16 **ptr; } eventlog6_StringArray; typedef struct { |