Browse Source

default constructor for non pstats pstatcollector

Zachary Pavlov 17 years ago
parent
commit
da5afd76e7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      panda/src/pstatclient/pStatCollector.h

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

@@ -112,6 +112,9 @@ private:
 friend class PStatClient;
 friend class PStatClient;
 
 
 #else  // DO_PSTATS
 #else  // DO_PSTATS
+public:
+  INLINE PStatCollector();
+
 PUBLISHED:
 PUBLISHED:
   INLINE PStatCollector(const string &name,
   INLINE PStatCollector(const string &name,
                         PStatClient *client = NULL);
                         PStatClient *client = NULL);