| Index: ipc/param_traits_read_macros.h
|
| diff --git a/ipc/param_traits_read_macros.h b/ipc/param_traits_read_macros.h
|
| index 9d89a9261c538b3913413d3db8b95b1bef8263e3..f504cb4fbf4c327f0e9b27a2f0bec7c1de4f5516 100644
|
| --- a/ipc/param_traits_read_macros.h
|
| +++ b/ipc/param_traits_read_macros.h
|
| @@ -17,7 +17,7 @@
|
| #define IPC_STRUCT_BEGIN_WITH_PARENT(struct_name, parent) \
|
| IPC_STRUCT_BEGIN(struct_name)
|
| #define IPC_STRUCT_BEGIN(struct_name) IPC_STRUCT_TRAITS_BEGIN(struct_name)
|
| -#define IPC_STRUCT_MEMBER(type, name) IPC_STRUCT_TRAITS_MEMBER(name)
|
| +#define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
|
| #define IPC_STRUCT_END() IPC_STRUCT_TRAITS_END()
|
|
|
| // Set up so next include will generate read methods.
|
|
|