--- linuxsampler/trunk/src/engines/EngineChannelFactory.cpp 2006/02/10 19:23:59 839 +++ linuxsampler/trunk/src/engines/EngineChannelFactory.cpp 2006/02/26 13:00:08 840 @@ -42,8 +42,8 @@ engineChannels.erase(pEngineChannel); } - std::set EngineChannelFactory::EngineChannelInstances() { + const std::set& EngineChannelFactory::EngineChannelInstances() { return engineChannels; } -} // namepsace LinuxSampler +} // namespace LinuxSampler