--- linuxsampler/trunk/src/engines/InstrumentManagerBase.h 2013/07/08 10:06:57 2459 +++ linuxsampler/trunk/src/engines/InstrumentManagerBase.h 2013/08/18 14:20:53 2460 @@ -97,7 +97,7 @@ * Give back a region that belongs to an instrument that * was previously handed back. */ - virtual void HandBackRegion(R* pRegion) OVERRIDE { + virtual void HandBackRegion(R* pRegion) { LockGuard lock(RegionInfoMutex); if (RegionInfo.find(pRegion) == RegionInfo.end()) { std::cerr << "Handing back unknown region. This is a BUG!!!" << std::endl;