Mercurial > hg > orthanc
changeset 3419:af271172cc36
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 12 Jun 2019 09:57:02 +0200 |
parents | e2b032584a83 |
children | 0a0e7eca95ae |
files | Plugins/Samples/Common/OrthancPluginCppWrapper.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h Wed Jun 12 09:04:36 2019 +0200 +++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h Wed Jun 12 09:57:02 2019 +0200 @@ -1056,7 +1056,7 @@ OrthancPluginRegisterRestCallback( GetGlobalContext(), uri.c_str(), - Internals::ChunkedProtect< Internals::ChunkedRestCompatibility< + Internals::Protect< Internals::ChunkedRestCompatibility< GetHandler, PostHandler, DeleteHandler, PutHandler> >); #endif }