mirror of
https://github.com/panda3d/panda3d.git
synced 2026-03-20 19:10:50 -05:00
fix opt4 build
This commit is contained in:
@@ -47,7 +47,8 @@ private:
|
||||
PStatThread _thread;
|
||||
#else // DO_PSTATS
|
||||
|
||||
INLINE PStatTimer(PStatCollector &) { }
|
||||
INLINE PStatTimer(PStatCollector &) { }
|
||||
INLINE PStatTimer(PStatCollector &, Thread *) { }
|
||||
INLINE ~PStatTimer() { }
|
||||
|
||||
#endif // DO_PSTATS
|
||||
|
||||
Reference in New Issue
Block a user