mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
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…
x
Reference in New Issue
Block a user