mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
This resolves a PBD vs ARDOUR namespace error for some compilers: ``` error: reference to 'microseconds_t' is ambiguous libs/pbd/pbd/microseconds.h:29:19: error: candidates are: typedef uint64_t PBD::microseconds_t libs/ardour/ardour/types.h:81:29: error: typedef PBD::microseconds_t ARDOUR::microseconds_t ``` |
||
|---|---|---|
| .. | ||
| cc121.cc | ||
| cc121.h | ||
| cc121_interface.cc | ||
| gui.cc | ||
| gui.h | ||
| operations.cc | ||
| wscript | ||