temporal: add namespace to macro definition to make it usable everywhere

This commit is contained in:
Paul Davis 2022-03-26 17:56:37 -06:00
parent 5fbc390821
commit dae649d79c

View file

@ -57,6 +57,6 @@ LIBTEMPORAL_API void set_superclock_ticks_per_second (superclock_t sc);
}
#define TEMPORAL_SAMPLE_RATE (most_recent_engine_sample_rate)
#define TEMPORAL_SAMPLE_RATE (Temporal::most_recent_engine_sample_rate)
#endif /* __ardour_superclock_h__ */