diff Framework/Radiography/RadiographySceneWriter.cpp @ 1197:a34ba19d2060

merge
author Alain Mazy <alain@mazy.be>
date Wed, 27 Nov 2019 17:56:48 +0100
parents a5f2a6b04a31 681f339d6f85
children 9ee6b28f53e8
line wrap: on
line diff
--- a/Framework/Radiography/RadiographySceneWriter.cpp	Wed Nov 27 17:51:33 2019 +0100
+++ b/Framework/Radiography/RadiographySceneWriter.cpp	Wed Nov 27 17:56:48 2019 +0100
@@ -62,7 +62,7 @@
   {
     output["type"] = "text";
     output["text"] = layer.GetText();
-    output["fontSize"] = static_cast<uint32_t>(layer.GetFontSize());
+    output["fontSize"] = static_cast<unsigned int>(layer.GetFontSize());
     output["foreground"] = layer.GetForeground();
   }