Fix compile error when compiling with optimize level 4
This commit is contained in:
parent
9faeb08e57
commit
296476f7dd
|
|
@ -53,8 +53,10 @@ public:
|
|||
private:
|
||||
#else // DO_PSTATS
|
||||
|
||||
INLINE PStatGPUTimer(GraphicsStateGuardian *, PStatCollector &) { }
|
||||
INLINE PStatGPUTimer(GraphicsStateGuardian *, PStatCollector &, Thread *) { }
|
||||
INLINE PStatGPUTimer(GraphicsStateGuardian *, PStatCollector &col)
|
||||
: PStatTimer(col) { }
|
||||
INLINE PStatGPUTimer(GraphicsStateGuardian *, PStatCollector &col, Thread *)
|
||||
: PStatTimer(col) { }
|
||||
INLINE ~PStatGPUTimer() { }
|
||||
|
||||
#endif // DO_PSTATS
|
||||
|
|
|
|||
Loading…
Reference in New Issue