mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Fix build.
This commit is contained in:
parent
cb6dddeee6
commit
1524bbcea1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ namespace Iop
|
|||
template <typename DeviceType>
|
||||
DeviceType* GetDevice()
|
||||
{
|
||||
auto& devicePairIterator = m_devices.find(DeviceType::DEVICE_ID);
|
||||
auto devicePairIterator = m_devices.find(DeviceType::DEVICE_ID);
|
||||
if(devicePairIterator == std::end(m_devices))
|
||||
{
|
||||
return nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue