fix const-ness issue.
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 9 Jan 2016 19:03:13 +0000 (14:03 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 9 Jan 2016 19:03:13 +0000 (14:03 -0500)
commit539d924691d163fda6c6b66e64683a4fe092228c
treed1db8a74b1828e6947ce65a3daa2692fbf06dbd3
parent4a99727dea0763df7142026494aea7bb280d254d
fix const-ness issue.

This one is debatable, but since we know that the filter method is const with respect to the AUPluginInfo
object, the const_cast<> seems like the simplest AND cleanest solution
libs/ardour/audio_unit.cc