UWPDeviceFinder: Fix EngineDeviceList
This commit is contained in:
@@ -30,7 +30,7 @@ class UWPDeviceFinder : public DeviceFinder {
|
|||||||
explicit UWPDeviceFinder();
|
explicit UWPDeviceFinder();
|
||||||
|
|
||||||
virtual bool Initialize() { return true; }
|
virtual bool Initialize() { return true; }
|
||||||
virtual DeviceList ListDevices();
|
virtual EngineDeviceList ListDevices();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // UWPDEVICEFINDER_H
|
#endif // UWPDEVICEFINDER_H
|
||||||
|
|||||||
Reference in New Issue
Block a user