Create private copy of a juce class: linker errors

Hi, I create a copy of “juce_AudioDeviceManager.h” and “juce_AudioDeviceManager.cpp” because I want some little customizations in a pair of methods.

I duplicate the code with my customizations in files “ayra_AudioDeviceManager.h” and “ayra_AudioDeviceManager.cpp” and I put the code under “namesapace ayra” instead of “namespace juce”.

I used this two class on my project and all works fine, but after that I tried to create a my private module to use this two file instead of those of juce and I get a lot of linker errors.

someone has an idea about this? Thank you in advice!

(In attachment this module ayra_audio_device_manager.zip (15.6 KB) )