mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Avoid ambiguity with C++17 enum class std::byte
This commit is contained in:
parent
115c79874a
commit
e82b2b48fb
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ MidiTracer::disconnect ()
|
|||
}
|
||||
|
||||
void
|
||||
MidiTracer::tracer (Parser&, byte* msg, size_t len, samplecnt_t now)
|
||||
MidiTracer::tracer (Parser&, MIDI::byte* msg, size_t len, samplecnt_t now)
|
||||
{
|
||||
stringstream ss;
|
||||
char* buf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue