diff Framework/Radiography/RadiographyDicomLayer.h @ 655:1e26bb5f2a02

Fixed truncating conversion warnings + fixed deletion of incomplete type (seemingly due to M$ auto_ptr implementation)
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 14 May 2019 13:51:32 +0200
parents f1bfe3d1759f
children d2c0e347ddc2
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyDicomLayer.h	Tue May 14 13:51:00 2019 +0200
+++ b/Framework/Radiography/RadiographyDicomLayer.h	Tue May 14 13:51:32 2019 +0200
@@ -41,10 +41,7 @@
     void ApplyConverter();
 
   public:
-    RadiographyDicomLayer(MessageBroker& broker, const RadiographyScene& scene)
-      : RadiographyLayer(broker, scene)
-    {
-    }
+    RadiographyDicomLayer(MessageBroker& broker, const RadiographyScene& scene);
 
     void SetInstance(const std::string& instanceId, unsigned int frame)
     {