From e3d121c4f7f33d3577d9d188a5a271f45247cbeb Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 26 Jun 2007 22:49:32 +0000 Subject: [PATCH] expcl --- panda/src/pipeline/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pipeline/thread.h b/panda/src/pipeline/thread.h index a07bce16d4..d428d17b8d 100644 --- a/panda/src/pipeline/thread.h +++ b/panda/src/pipeline/thread.h @@ -94,7 +94,7 @@ PUBLISHED: public: // This class allows integration with PStats, particularly in the // SIMPLE_THREADS case. - class PStatsCallback { + class EXPCL_PANDA PStatsCallback { public: virtual void deactivate_hook(Thread *thread); virtual void activate_hook(Thread *thread);