pgraph: Add constexpr to CacheStats constructor
This commit is contained in:
parent
c2d088f232
commit
ba4173b32c
|
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
class EXPCL_PANDA_PGRAPH CacheStats {
|
||||
public:
|
||||
CacheStats() = default;
|
||||
constexpr CacheStats() = default;
|
||||
void init();
|
||||
void reset(double now);
|
||||
void write(std::ostream &out, const char *name) const;
|
||||
|
|
|
|||
Loading…
Reference in New Issue