fix build break

This commit is contained in:
David Rose 2002-06-20 23:17:22 +00:00
parent 2dd29ce829
commit c00fef16ee

View File

@ -228,7 +228,7 @@ INLINE ostream &operator << (ostream &out, const TransformState &state) {
// This class is used to pass TransformState pointers as parameters to
// events, or as elements on a data graph.
EXPORT_TEMPLATE_CLASS(EXPCL_PANDA, EXPTP_PANDA, EventStoreValue<CPT(TransformState)>);
EXPORT_TEMPLATE_CLASS(EXPCL_PANDA, EXPTP_PANDA, EventStoreValue< CPT(TransformState) >);
typedef EventStoreValue<CPT(TransformState)> EventStoreTransform;