fix opt4 build
This commit is contained in:
parent
0d9399a33f
commit
c9e1bd24e2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue