Index: ipc/param_traits_write_macros.h |
diff --git a/ipc/param_traits_write_macros.h b/ipc/param_traits_write_macros.h |
index c83d6b092d4a0691c623f0a97e7aaa8a3a672a7b..12bcbdad73267a18485617ed78882c3222eb32a0 100644 |
--- a/ipc/param_traits_write_macros.h |
+++ b/ipc/param_traits_write_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 write methods. |