From 1afd6ffc1b2077471b054af14513ba0b887e920a Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 12 Mar 2002 19:18:01 +0000 Subject: [PATCH] oops, wrong expcl --- panda/src/mathutil/linmath_events.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/panda/src/mathutil/linmath_events.h b/panda/src/mathutil/linmath_events.h index 633838fb27..bec54197f4 100644 --- a/panda/src/mathutil/linmath_events.h +++ b/panda/src/mathutil/linmath_events.h @@ -36,9 +36,9 @@ //////////////////////////////////////////////////////////////////// -EXPORT_TEMPLATE_CLASS(EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS, EventStoreValue); -EXPORT_TEMPLATE_CLASS(EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS, EventStoreValue); -EXPORT_TEMPLATE_CLASS(EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS, EventStoreValue); +EXPORT_TEMPLATE_CLASS(EXPCL_PANDA, EXPTP_PANDA, EventStoreValue); +EXPORT_TEMPLATE_CLASS(EXPCL_PANDA, EXPTP_PANDA, EventStoreValue); +EXPORT_TEMPLATE_CLASS(EXPCL_PANDA, EXPTP_PANDA, EventStoreValue); typedef EventStoreValue EventStoreVec2; typedef EventStoreValue EventStoreVec3;