summaryrefslogtreecommitdiffstats
path: root/core/ios.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/ios.cpp')
-rw-r--r--core/ios.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ios.cpp b/core/ios.cpp
index b951f4901..614107d2b 100644
--- a/core/ios.cpp
+++ b/core/ios.cpp
@@ -68,7 +68,7 @@ const char *system_default_filename(void)
return path;
}
-int enumerate_devices(device_callback_t, void *, int)
+int enumerate_devices(device_callback_t, void *, unsigned int)
{
// we can't read from devices on iOS
return -1;