More enum class additions.
[dcpomatic.git] / src / wx / export_video_file_dialog.cc
index f1b2d2622e5e49322768a20d86e0ddbcada998a0..30ea6ef479c7607d0d64db65103e20c5ca51331c 100644 (file)
@@ -49,8 +49,8 @@ wxString format_extensions[] = {
 };
 
 ExportFormat formats[] = {
-       EXPORT_FORMAT_PRORES,
-       EXPORT_FORMAT_H264_AAC,
+       ExportFormat::PRORES,
+       ExportFormat::H264_AAC,
 };
 
 ExportVideoFileDialog::ExportVideoFileDialog (wxWindow* parent, string name)