pgraph: work around C++11 bug in something or other (see #355)
This commit is contained in:
parent
10fe8659c6
commit
61084a3f4e
|
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
class EXPCL_PANDA_PGRAPH CacheStats {
|
||||
public:
|
||||
constexpr CacheStats() = default;
|
||||
CacheStats() = default;
|
||||
void init();
|
||||
void reset(double now);
|
||||
void write(std::ostream &out, const char *name) const;
|
||||
|
|
|
|||
Loading…
Reference in New Issue