Quellcode durchsuchen

default constructor for non pstats pstatcollector

Zachary Pavlov vor 17 Jahren
Ursprung
Commit
da5afd76e7
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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);