# HG changeset patch # User Sebastien Jodogne # Date 1560326222 -7200 # Node ID af271172cc36f334c05377d454849ec99d56c998 # Parent e2b032584a832dcd92c9d99f95dc29948d71d34b fix diff -r e2b032584a83 -r af271172cc36 Plugins/Samples/Common/OrthancPluginCppWrapper.h --- 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 }