removed one const

This commit is contained in:
Gasper Jansa
2011-02-18 17:36:25 +01:00
parent 50af37d7af
commit fa23f39967
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ int16 ServerChannelImpl::getAccessRights()
return 0;
}
void ServerChannelImpl::registerRequest(const pvAccessID id, Destroyable* const request)
void ServerChannelImpl::registerRequest(const pvAccessID id, Destroyable* request)
{
if (request == NULL)
{