summaryrefslogtreecommitdiff
path: root/src/fileio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio.cpp')
-rw-r--r--src/fileio.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileio.cpp b/src/fileio.cpp
index 9b9a6f5f5..e49cee58d 100644
--- a/src/fileio.cpp
+++ b/src/fileio.cpp
@@ -1109,8 +1109,8 @@ void DetermineBasePaths(const char *exe)
_searchpaths[SP_INSTALLATION_DIR] = tmp;
#endif
#ifdef WITH_COCOA
-extern void cocoaSetApplicationBundleDir();
- cocoaSetApplicationBundleDir();
+extern void CocoaSetApplicationBundleDir();
+ CocoaSetApplicationBundleDir();
#else
_searchpaths[SP_APPLICATION_BUNDLE_DIR].clear();
#endif