--- linuxsampler/trunk/src/network/lscpserver.cpp 2008/04/20 08:53:39 1723 +++ linuxsampler/trunk/src/network/lscpserver.cpp 2008/04/22 08:52:54 1724 @@ -2557,7 +2557,7 @@ LSCPResultSet result; try { if (dVolume < 0) throw Exception("Volume may not be negative"); - GLOBAL_VOLUME = dVolume; // see common/global.cpp + GLOBAL_VOLUME = dVolume; // see common/global_private.cpp LSCPServer::SendLSCPNotify(LSCPEvent(LSCPEvent::event_global_info, "VOLUME", GLOBAL_VOLUME)); } catch (Exception e) { result.Error(e);