diff --git a/panda/src/pstatclient/pStatCollector.h b/panda/src/pstatclient/pStatCollector.h index df916f7028..1fdc035823 100644 --- a/panda/src/pstatclient/pStatCollector.h +++ b/panda/src/pstatclient/pStatCollector.h @@ -107,6 +107,7 @@ PUBLISHED: const string &name); INLINE bool is_active() { return false; } + INLINE bool is_started() { return false; } INLINE void start() { } INLINE void stop() { }