mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
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 {
|
class EXPCL_PANDA_PGRAPH CacheStats {
|
||||||
public:
|
public:
|
||||||
constexpr CacheStats() = default;
|
CacheStats() = default;
|
||||||
void init();
|
void init();
|
||||||
void reset(double now);
|
void reset(double now);
|
||||||
void write(std::ostream &out, const char *name) const;
|
void write(std::ostream &out, const char *name) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user