diff --git a/src/main/java/com/threerings/presents/dobj/CompoundEvent.java b/src/main/java/com/threerings/presents/dobj/CompoundEvent.java index e6c5c506a..b722f675b 100644 --- a/src/main/java/com/threerings/presents/dobj/CompoundEvent.java +++ b/src/main/java/com/threerings/presents/dobj/CompoundEvent.java @@ -53,6 +53,12 @@ public class CompoundEvent extends DEvent _events = StreamableArrayList.newList(); } + /** Used when unserializing. */ + public CompoundEvent () + { + super(0, Transport.DEFAULT); + } + /** * Posts an event to this transaction. The event will be delivered as part of the entire * transaction if it is committed or discarded if the transaction is cancelled.