aboutsummaryrefslogtreecommitdiff
path: root/fiv-io.h
diff options
context:
space:
mode:
Diffstat (limited to 'fiv-io.h')
-rw-r--r--fiv-io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fiv-io.h b/fiv-io.h
index f2cfecd..69e3c90 100644
--- a/fiv-io.h
+++ b/fiv-io.h
@@ -79,7 +79,7 @@ int fiv_io_filecmp(GFile *f1, GFile *f2);
/// Requires libwebp.
/// If no exact frame is specified, this potentially creates an animation.
gboolean fiv_io_save(cairo_surface_t *page, cairo_surface_t *frame,
- const gchar *path, GError **error);
+ FivIoProfile target, const gchar *path, GError **error);
// --- Metadata ----------------------------------------------------------------