diff --git a/src/java/com/threerings/presents/io/TypedObjectRegistry.java b/src/java/com/threerings/presents/io/TypedObjectRegistry.java index a0d220efa..b26713d11 100644 --- a/src/java/com/threerings/presents/io/TypedObjectRegistry.java +++ b/src/java/com/threerings/presents/io/TypedObjectRegistry.java @@ -1,5 +1,5 @@ // -// $Id: TypedObjectRegistry.java,v 1.10 2002/03/21 01:10:24 mdb Exp $ +// $Id: TypedObjectRegistry.java,v 1.11 2002/03/21 01:57:40 mdb Exp $ package com.threerings.presents.io; @@ -74,5 +74,7 @@ public class TypedObjectRegistry EntryUpdatedEvent.class); TypedObjectFactory.registerClass(ElementUpdatedEvent.TYPE, ElementUpdatedEvent.class); + TypedObjectFactory.registerClass(CompoundEvent.TYPE, + CompoundEvent.class); } }