Browse Source

fix build break

David Rose 23 years ago
parent
commit
c00fef16ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pgraph/transformState.h

+ 1 - 1
panda/src/pgraph/transformState.h

@@ -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;