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