summaryrefslogtreecommitdiff
path: root/cocoa/save.m
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/save.m')
-rw-r--r--cocoa/save.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/save.m b/cocoa/save.m
index a91a29810..9ee2f4cd8 100644
--- a/cocoa/save.m
+++ b/cocoa/save.m
@@ -23,7 +23,7 @@
#define UNIMPL() NSLog( @"Function '%s' unimplemented", __func__ )
bool save_complete_gui_save(const char *path, const char *filename,
- size_t len, const char *sourcedata, content_type type)
+ size_t len, const char *sourcedata, lwc_string *mime_type)
{
UNIMPL();
return false;