Browse Source

fix missing flush_level()

David Rose 20 years ago
parent
commit
f395803541
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/pstatclient/pStatCollector.h

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

@@ -122,6 +122,7 @@ PUBLISHED:
   INLINE void set_level(float) { }
   INLINE void add_level(float) { }
   INLINE void sub_level(float) { }
+  INLINE void flush_level() { }
   INLINE float get_level() { return 0.0; }
 
   INLINE bool is_active(const PStatThread &) { return false; }