Initial attempt at an ODF driver
[pspp-builds.git] / src / output / output.c
index 1b8fe97bf7b9259f150bee1bd9c8a2561a9a8d8d..a556ad81e8e7b1f49584261829459988b83b732b 100644 (file)
@@ -230,6 +230,7 @@ outp_init (void)
 #ifdef HAVE_CAIRO
   add_class (&cairo_class);
 #endif
+  add_class (&odt_class);
 
   add_name (def, &def[strlen (def)], OUTP_S_INIT_FILE);
 }