Ver código fonte

fix build break

David Rose 23 anos atrás
pai
commit
c00fef16ee
1 arquivos alterados com 1 adições e 1 exclusões
  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
 // This class is used to pass TransformState pointers as parameters to
 // events, or as elements on a data graph.
 // 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;
 typedef EventStoreValue<CPT(TransformState)> EventStoreTransform;