From da5afd76e7a41244fe627c517a5ea16a2f0519d7 Mon Sep 17 00:00:00 2001 From: Zachary Pavlov Date: Tue, 18 Nov 2008 20:22:39 +0000 Subject: [PATCH] default constructor for non pstats pstatcollector --- panda/src/pstatclient/pStatCollector.h | 3 +++ 1 file changed, 3 insertions(+) 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);