diff Framework/Scene2D/OpenGLCompositor.h @ 1471:28c64c246312

working on a shared library
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Jun 2020 12:57:54 +0200
parents c38c89684d83
children 5c96bf3f1d32
line wrap: on
line diff
--- a/Framework/Scene2D/OpenGLCompositor.h	Fri Jun 12 17:38:07 2020 +0200
+++ b/Framework/Scene2D/OpenGLCompositor.h	Mon Jun 15 12:57:54 2020 +0200
@@ -67,7 +67,7 @@
 
 #if ORTHANC_ENABLE_LOCALE == 1
     void SetFont(size_t index,
-                 Orthanc::EmbeddedResources::FileResourceId resource,
+                 const std::string& ttf,
                  unsigned int fontSize,
                  Orthanc::Encoding codepage) ORTHANC_OVERRIDE;
 #endif