mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
It's long been a guideline (and IIRC a Weff-c++ warning) that either all, or none, of the copy methods should be defined, but this became a standard warning in GCC9. Presumably to account for a later language change though I'm not sure which. I don't remember why the ChanMapping copy constructor can't just be a simple copy (it's just a map of POD), but figure it's safer to just copy what that does. |
||
|---|---|---|
| .. | ||
| channel.h | ||
| event.h | ||
| events.h | ||
| ipmidi_port.h | ||
| libmidi_visibility.h | ||
| midnam_patch.h | ||
| mmc.h | ||
| parser.h | ||
| port.h | ||
| types.h | ||