diff Plugins/Engine/SharedLibrary.h @ 1630:ffd23c0104af

"/system" URI gives information about the plugins used for storage area and DB back-end
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2015 13:26:45 +0200
parents 704de8c30ff5
children eb8fbcf008b5
line wrap: on
line diff
--- a/Plugins/Engine/SharedLibrary.h	Fri Sep 18 17:45:59 2015 +0200
+++ b/Plugins/Engine/SharedLibrary.h	Mon Sep 21 13:26:45 2015 +0200
@@ -42,7 +42,7 @@
 
 namespace Orthanc
 {
-  class SharedLibrary : boost::noncopyable
+  class SharedLibrary : public boost::noncopyable
   {
   public:
 #if defined(_WIN32)