output: Refactor driver options to avoid so much copying.
[pspp] / src / output / spv-driver.c
index 5dcb9fee21835e54243f3143817afb968eb435cd..6fdcbb5bdcaf8343d5fd722041cc18d37efb00ae 100644 (file)
@@ -49,7 +49,7 @@ spv_driver_cast (struct output_driver *driver)
 
 static struct output_driver *
 spv_create (struct file_handle *fh, enum settings_output_devices device_type,
-            struct string_map *o UNUSED)
+            struct driver_options *o UNUSED)
 {
   struct spv_writer *writer;
   char *error = spv_writer_open (fh_get_file_name (fh), &writer);