diff --git a/panda/src/pstatclient/pStatCollector.h b/panda/src/pstatclient/pStatCollector.h index 33fc1f5b15..986df5c76a 100644 --- a/panda/src/pstatclient/pStatCollector.h +++ b/panda/src/pstatclient/pStatCollector.h @@ -112,6 +112,9 @@ private: friend class PStatClient; #else // DO_PSTATS +public: + INLINE PStatCollector(); + PUBLISHED: INLINE PStatCollector(const string &name, PStatClient *client = NULL);