rename GUID -> ServerGUID
avoid ambigious name on windows/mingw
This commit is contained in:
@@ -65,7 +65,7 @@ ServerContextImpl::~ServerContextImpl()
|
||||
}
|
||||
}
|
||||
|
||||
const GUID& ServerContextImpl::getGUID()
|
||||
const ServerGUID& ServerContextImpl::getGUID()
|
||||
{
|
||||
return _guid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user