aboutsummaryrefslogtreecommitdiffstats
path: root/LibOVR/Src/Util/Util_LatencyTest2Reader.h
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-03-28 02:08:11 +0100
committerSven Gothel <[email protected]>2015-03-28 02:08:11 +0100
commit450aa6f7df9e67dd256b86f94e65eaf707032aad (patch)
tree04aa207d84ddc8ca246d2573aaaf756b3ce8a0b5 /LibOVR/Src/Util/Util_LatencyTest2Reader.h
parent3c7b8a17e907f4ef2afd9f77db566a3f6179cbe4 (diff)
parent4207f9c279e832e3afcb3f5fc6cd8d84cb4cfe4c (diff)
Merge branch 'vanilla_0.5.0.1' into jogamp_0.5.0.1
Conflicts: LibOVR/Include/OVR_CAPI_0_5_0.h LibOVR/Src/CAPI/CAPI_HMDState.cpp LibOVR/Src/Displays/OVR_Win32_Dxgi_Display.h LibOVR/Src/Kernel/OVR_System.cpp LibOVR/Src/OVR_CAPI.cpp LibOVR/Src/OVR_Profile.cpp LibOVRKernel/Src/Kernel/OVR_ThreadsWinAPI.cpp LibOVRKernel/Src/Kernel/OVR_Types.h
Diffstat (limited to 'LibOVR/Src/Util/Util_LatencyTest2Reader.h')
-rw-r--r--LibOVR/Src/Util/Util_LatencyTest2Reader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/LibOVR/Src/Util/Util_LatencyTest2Reader.h b/LibOVR/Src/Util/Util_LatencyTest2Reader.h
index 1863e62..fb7e5cb 100644
--- a/LibOVR/Src/Util/Util_LatencyTest2Reader.h
+++ b/LibOVR/Src/Util/Util_LatencyTest2Reader.h
@@ -27,7 +27,7 @@ limitations under the License.
#ifndef OVR_Util_LatencyTest2Reader_h
#define OVR_Util_LatencyTest2Reader_h
-#include "../Tracking/Tracking_SensorState.h"
+#include "Vision/SensorFusion/Vision_SensorState.h"
#include "Util_LatencyTest2State.h"
namespace OVR { namespace Util {
@@ -40,7 +40,7 @@ namespace OVR { namespace Util {
class RecordStateReader : public NewOverrideBase
{
protected:
- const Tracking::CombinedSharedStateUpdater* Updater;
+ const Vision::CombinedHmdUpdater* Updater;
public:
RecordStateReader()
@@ -49,7 +49,7 @@ public:
}
// Initialize the updater
- void SetUpdater(const Tracking::CombinedSharedStateUpdater *updater)
+ void SetUpdater(const Vision::CombinedHmdUpdater *updater)
{
Updater = updater;
}