Explorar el Código

default constructor for non pstats pstatcollector

Zachary Pavlov hace 17 años
padre
commit
da5afd76e7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      panda/src/pstatclient/pStatCollector.h

+ 3 - 0
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);