UWPDeviceFinder: Fix EngineDeviceList

This commit is contained in:
Jonas Kvinge 2023-06-01 21:35:48 +02:00
parent 80067b806d
commit 716e80fb84
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class UWPDeviceFinder : public DeviceFinder {
explicit UWPDeviceFinder();
virtual bool Initialize() { return true; }
virtual DeviceList ListDevices();
virtual EngineDeviceList ListDevices();
};
#endif // UWPDEVICEFINDER_H