summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_selection.cc
AgeCommit message (Collapse)Author
2017-11-23Make static analysis happy..Robin Gareus
If the copy c'tor of ProcessorSelection was actually used, assigning the XMLProcessorSelection processors = other.processors; would lead to duplicate free() of the XMLNode* XMLProcessorSelection would need a dedicated copy c'tor that duplicates allocates a new XMLNode. see also #10 at https://www.viva64.com/en/b/0540/ Anyway, the copy c'tor and assignment is never used. This commit makes this explicit.
2017-05-05part two of add missing files from selection development branch(es)Paul Davis