diff Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 2850:9f949922d603

fix
author am@osimis.io
date Mon, 01 Oct 2018 14:19:10 +0200
parents dd3914a44b87
children 859e880ac9a8
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Mon Oct 01 11:35:01 2018 +0200
+++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Mon Oct 01 14:19:10 2018 +0200
@@ -79,7 +79,7 @@
                                 const char* url,
                                 const OrthancPluginHttpRequest* request);
 
-  class OrthancPluginImage;
+  class OrthancImage;
 
 
   class MemoryBuffer : public boost::noncopyable