mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
temporal: add namespace to macro definition to make it usable everywhere
This commit is contained in:
parent
5fbc390821
commit
dae649d79c
1 changed files with 1 additions and 1 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue