diff options
author | Brad Davis <[email protected]> | 2014-05-23 01:49:32 -0700 |
---|---|---|
committer | Brad Davis <[email protected]> | 2014-05-23 01:49:32 -0700 |
commit | 46acc0e194ff3c1f120199eeca8324b4502118e9 (patch) | |
tree | b1030198d3ee4698445d1fc5161cebe4158e45d1 /LibOVR/Src/OVR_LatencyTestImpl.h | |
parent | 07d0f4d0bbf3477ac6a9584f726e8ec6ab285707 (diff) |
Updating to 0.3.2 (windows version)
Diffstat (limited to 'LibOVR/Src/OVR_LatencyTestImpl.h')
-rw-r--r-- | LibOVR/Src/OVR_LatencyTestImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LibOVR/Src/OVR_LatencyTestImpl.h b/LibOVR/Src/OVR_LatencyTestImpl.h index 21ef331..34faec2 100644 --- a/LibOVR/Src/OVR_LatencyTestImpl.h +++ b/LibOVR/Src/OVR_LatencyTestImpl.h @@ -41,9 +41,9 @@ struct LatencyTestColorDetectedMessage; class LatencyTestDeviceFactory : public DeviceFactory { public: - static LatencyTestDeviceFactory Instance; + static LatencyTestDeviceFactory &GetInstance(); - // Enumerates devices, creating and destroying relevant objects in manager. + // Enumerates devices, creating and destroying relevant objects in manager. virtual void EnumerateDevices(EnumerateVisitor& visitor); virtual bool MatchVendorProduct(UInt16 vendorId, UInt16 productId) const; |