diff Framework/Radiography/RadiographyTextLayer.h @ 1191:c6a36ecd641d

fix
author Alain Mazy <alain@mazy.be>
date Tue, 26 Nov 2019 16:32:29 +0100
parents f417a0ae282b
children bdc6837d5917 a5f2a6b04a31
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyTextLayer.h	Tue Nov 26 15:27:48 2019 +0100
+++ b/Framework/Radiography/RadiographyTextLayer.h	Tue Nov 26 16:32:29 2019 +0100
@@ -49,12 +49,12 @@
       return text_;
     }
 
-    const size_t& GetFontSize() const
+    size_t GetFontSize() const
     {
       return fontSize_;
     }
 
-    const size_t& GetForeground() const
+    uint8_t GetForeground() const
     {
       return foreground_;
     }