Mercurial > hg > orthanc
changeset 2544:d5ca5a5abe12
merge
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 17 Apr 2018 20:42:07 +0200 |
parents | 6c72ef308cb3 (diff) 83489e20ad0c (current diff) |
children | 9f325c631973 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/UnitTestsSources/RestApiTests.cpp Tue Apr 17 18:02:26 2018 +0200 +++ b/UnitTestsSources/RestApiTests.cpp Tue Apr 17 20:42:07 2018 +0200 @@ -288,7 +288,7 @@ const IHttpHandler::Arguments& components, const UriComponents& trailing) { - return resource.Handle(*reinterpret_cast<RestApiGetCall*>(NULL)); + return resource.Handle(*(RestApiGetCall*) NULL); } }; }