diff OrthancServer/UnitTestsSources/UnitTestsMain.cpp @ 4311:cb9aef006229

turning IImageWriter into a pure interface
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Nov 2020 15:07:55 +0100
parents d7a50b7b8466
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancServer/UnitTestsSources/UnitTestsMain.cpp	Mon Nov 09 14:40:51 2020 +0100
+++ b/OrthancServer/UnitTestsSources/UnitTestsMain.cpp	Mon Nov 09 15:07:55 2020 +0100
@@ -148,7 +148,7 @@
   }
 
   Orthanc::PngWriter w;
-  w.WriteToFile("UnitTestsResults/font.png", s);
+  Orthanc::IImageWriter::WriteToFile(w, "UnitTestsResults/font.png", s);
 }