diff Framework/Radiography/RadiographyTextLayer.h @ 1066:b537002f83a9 broker

removing broker from deprecated classes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 Oct 2019 15:39:39 +0200
parents 77e0eb83ff63
children bdc6837d5917
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyTextLayer.h	Tue Oct 15 14:08:15 2019 +0200
+++ b/Framework/Radiography/RadiographyTextLayer.h	Tue Oct 15 15:39:39 2019 +0200
@@ -34,8 +34,8 @@
     std::string                fontName_;
 
   public:
-    RadiographyTextLayer(MessageBroker& broker, const RadiographyScene& scene) :
-      RadiographyAlphaLayer(broker, scene)
+    RadiographyTextLayer(const RadiographyScene& scene) :
+      RadiographyAlphaLayer(scene)
     {
     }