Index: Source/modules/vr/VRHardwareUnit.h |
diff --git a/Source/modules/vr/VRHardwareUnit.h b/Source/modules/vr/VRHardwareUnit.h |
index 10463ac7673c17096cb7d076854734fa5612990f..3616ca60d2c1cc813de444a29f736cc4cffb2878 100644 |
--- a/Source/modules/vr/VRHardwareUnit.h |
+++ b/Source/modules/vr/VRHardwareUnit.h |
@@ -45,7 +45,7 @@ public: |
HMDVRDevice* hmd() const { return m_hmd; } |
PositionSensorVRDevice* positionSensor() const { return m_positionSensor; } |
- virtual void trace(Visitor*); |
+ DECLARE_VIRTUAL_TRACE(); |
private: |
unsigned m_index; |