From c9e1bd24e223c166c02e1bb9e8a97e2ed7d56b39 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 26 Apr 2006 20:51:43 +0000 Subject: [PATCH] fix opt4 build --- panda/src/pstatclient/pStatTimer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/panda/src/pstatclient/pStatTimer.h b/panda/src/pstatclient/pStatTimer.h index 79b783be5b..95b8f2c85d 100644 --- a/panda/src/pstatclient/pStatTimer.h +++ b/panda/src/pstatclient/pStatTimer.h @@ -47,7 +47,8 @@ private: PStatThread _thread; #else // DO_PSTATS - INLINE PStatTimer(PStatCollector &) { } + INLINE PStatTimer(PStatCollector &) { } + INLINE PStatTimer(PStatCollector &, Thread *) { } INLINE ~PStatTimer() { } #endif // DO_PSTATS