comparison 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
comparison
equal deleted inserted replaced
2406:f0cfacd0c9b8 2407:5edec967055e
82 82
83 ~Font(); 83 ~Font();
84 84
85 void LoadFromMemory(const std::string& font); 85 void LoadFromMemory(const std::string& font);
86 86
87 #if ORTHANC_SANDBOXED == 0
87 void LoadFromFile(const std::string& path); 88 void LoadFromFile(const std::string& path);
89 #endif
88 90
89 const std::string& GetName() const 91 const std::string& GetName() const
90 { 92 {
91 return name_; 93 return name_;
92 } 94 }