aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/ios_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ios_utils.h')
-rw-r--r--tools/ios_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ios_utils.h b/tools/ios_utils.h
index 0287dc14ae..579da075a4 100644
--- a/tools/ios_utils.h
+++ b/tools/ios_utils.h
@@ -14,7 +14,7 @@ extern "C" {
// cd into the current app's Documents/ directory.
// (This is the only directory we can easily read and write.)
- void cd_Documents();
+ void cd_Documents(void);
#if defined(__cplusplus)
}