fix opt4 build

This commit is contained in:
David Rose 2006-04-26 20:51:43 +00:00
parent 0d9399a33f
commit c9e1bd24e2
1 changed files with 2 additions and 1 deletions

View File

@ -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