Browse Source

fix opt4 build

David Rose 19 years ago
parent
commit
c9e1bd24e2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      panda/src/pstatclient/pStatTimer.h

+ 2 - 1
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