Change region-equivalence enum to accommodate new mode.
authorBen Loftis <ben@harrisonconsoles.com>
Tue, 12 Mar 2019 17:21:25 +0000 (12:21 -0500)
committerBen Loftis <ben@harrisonconsoles.com>
Tue, 12 Mar 2019 17:21:25 +0000 (12:21 -0500)
libs/ardour/ardour/rc_configuration_vars.h

index ed1fd0169456fb41115d1074f05a2e68100c8963..9a6d1a43e2a43fdd43d5484f39b86e8581a5d377 100644 (file)
@@ -209,7 +209,7 @@ CONFIG_VARIABLE (bool, verify_remove_last_capture, "verify-remove-last-capture",
 CONFIG_VARIABLE (bool, save_history, "save-history", true)
 CONFIG_VARIABLE (int32_t, saved_history_depth, "save-history-depth", 20)
 CONFIG_VARIABLE (int32_t, history_depth, "history-depth", 20)
-CONFIG_VARIABLE (RegionEquivalence, region_equivalence, "region-equivalence", LayerTime)
+CONFIG_VARIABLE (RegionEquivalence, region_equivalence, "region-equivalency", LayerTime)
 CONFIG_VARIABLE (bool, periodic_safety_backups, "periodic-safety-backups", true)
 CONFIG_VARIABLE (uint32_t, periodic_safety_backup_interval, "periodic-safety-backup-interval", 120)
 CONFIG_VARIABLE (float, automation_interval_msecs, "automation-interval-msecs", 30)