Browse Source

add missing thread_tick in the !DO_PSTATS case

David Rose 18 years ago
parent
commit
4c376a37f3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/pstatclient/pStatClient.h

+ 1 - 0
panda/src/pstatclient/pStatClient.h

@@ -251,6 +251,7 @@ PUBLISHED:
   INLINE static void resume_after_pause() { }
 
   static void main_tick() { }
+  static void thread_tick(const string &) { }
 };
 
 #endif  // DO_PSTATS