mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 10:36:34 +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 ``` |
||
|---|---|---|
| .. | ||
| MSVCardour_genericmidi | ||
| generic_midi_control_protocol.cc | ||
| generic_midi_control_protocol.h | ||
| gmcp_gui.cc | ||
| interface.cc | ||
| midiaction.cc | ||
| midiaction.h | ||
| midicontrollable.cc | ||
| midicontrollable.h | ||
| midifunction.cc | ||
| midifunction.h | ||
| midiinvokable.cc | ||
| midiinvokable.h | ||
| wscript | ||