From 400be17158fa40255089ae47531559cb18b169b9 Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Sat, 7 Jan 2017 02:36:09 -0500 Subject: [PATCH] Fix calf plugin compilation on Clang (#3215) --- plugins/LadspaEffect/calf/src/modules_eq.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/LadspaEffect/calf/src/modules_eq.cpp b/plugins/LadspaEffect/calf/src/modules_eq.cpp index 177b7fab9..e3de22c2c 100644 --- a/plugins/LadspaEffect/calf/src/modules_eq.cpp +++ b/plugins/LadspaEffect/calf/src/modules_eq.cpp @@ -337,7 +337,7 @@ float equalizerNband_audio_module::freq_gain(int index, dou return ret; } -template class equalizerNband_audio_module; -template class equalizerNband_audio_module; -template class equalizerNband_audio_module; +template class calf_plugins::equalizerNband_audio_module; +template class calf_plugins::equalizerNband_audio_module; +template class calf_plugins::equalizerNband_audio_module;