diff Framework/Radiography/RadiographyTextLayer.h @ 1204:b519c1c878f1 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 Nov 2019 21:24:29 +0100
parents 54cbffabdc45 ab958fd99b07
children 37bc7f115f81
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyTextLayer.h	Fri Nov 29 21:22:21 2019 +0100
+++ b/Framework/Radiography/RadiographyTextLayer.h	Fri Nov 29 21:24:29 2019 +0100
@@ -42,7 +42,7 @@
     {
     }
 
-    void LoadText(const std::string& utf8, unsigned int fontSize, uint8_t foreground);
+    void SetText(const std::string& utf8, unsigned int fontSize, uint8_t foreground);
 
     const std::string& GetText() const
     {