Index: ipc/ipc_message_utils.h |
=================================================================== |
--- ipc/ipc_message_utils.h (revision 74010) |
+++ ipc/ipc_message_utils.h (working copy) |
@@ -121,6 +121,12 @@ |
}; |
//----------------------------------------------------------------------------- |
+// A dummy struct to place first just to allow leading commas for all |
jam
2011/02/07 20:17:01
this isn't needed anymore right?
|
+// members in the macro-generated constructor initializer lists. |
+struct NoParams { |
+}; |
+ |
+//----------------------------------------------------------------------------- |
// ParamTraits specializations, etc. |
template <class P> |