Skip to content
Snippets Groups Projects
Commit a3c83914 authored by lacoche's avatar lacoche
Browse files

fix : wrong parameter in inheritance for reloc info

parent 7fc96fab
No related branches found
No related tags found
2 merge requests!5Unity project switched to 2022 LTS and ready for AR.,!4Repo is now a valid Unity package and is based on Nswag
......@@ -27,7 +27,7 @@ using ETSI.ARF.OpenAPI;
namespace ETSI.ARF.WorldStorage.REST
{
public class RelocalizationInformationRequest : RequestBase<RelocalizationInformation>
public class RelocalizationInformationRequest : RequestBase<Response>
{
static public ResponseObject<Response> GetRelocalizationInformationAsync(WorldStorageServer ws, List<Guid> uuids, List<Mode_WorldStorage> modes, List<Capability> capabilities, Action<ResponseObject<Response>> func)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment