pgraph: work around C++11 bug in something or other (see #355)

This commit is contained in:
rdb 2018-07-12 14:24:40 +02:00
parent 10fe8659c6
commit 61084a3f4e

View File

@ -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;