diff Core/Images/Font.h @ 2407:5edec967055e

fix sandboxed builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Sep 2017 17:02:27 +0200
parents a3a65de1840f
children 878b59270859
line wrap: on
line diff
--- a/Core/Images/Font.h	Wed Sep 20 16:28:27 2017 +0200
+++ b/Core/Images/Font.h	Wed Sep 20 17:02:27 2017 +0200
@@ -84,7 +84,9 @@
 
     void LoadFromMemory(const std::string& font);
 
+#if ORTHANC_SANDBOXED == 0
     void LoadFromFile(const std::string& path);
+#endif
 
     const std::string& GetName() const
     {