diff Plugins/Engine/PluginsManager.cpp @ 904:2732b5f57d9c plugins

sample to forward dicom data
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Jun 2014 16:07:47 +0200
parents 7d88f3f4a3b3
children 9b8298234254
line wrap: on
line diff
--- a/Plugins/Engine/PluginsManager.cpp	Wed Jun 18 15:26:35 2014 +0200
+++ b/Plugins/Engine/PluginsManager.cpp	Wed Jun 18 16:07:47 2014 +0200
@@ -193,7 +193,7 @@
     memset(&context_, 0, sizeof(context_));
     context_.pluginsManager = this;
     context_.orthancVersion = ORTHANC_VERSION;
-    context_.FreeBuffer = ::free;
+    context_.Free = ::free;
     context_.InvokeService = InvokeService;
   }