summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/src/Font.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/src/Font.hpp')
-rw-r--r--dviware/dvisvgm/src/Font.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dviware/dvisvgm/src/Font.hpp b/dviware/dvisvgm/src/Font.hpp
index bbc0d62b8a..3273a0c14b 100644
--- a/dviware/dvisvgm/src/Font.hpp
+++ b/dviware/dvisvgm/src/Font.hpp
@@ -142,7 +142,7 @@ class PhysicalFont : public virtual Font {
public:
static bool EXACT_BBOX;
static bool KEEP_TEMP_FILES;
- static const char *CACHE_PATH; ///< path to cache directory (0 if caching is disabled)
+ static std::string CACHE_PATH; ///< path to cache directory ("" if caching is disabled)
static double METAFONT_MAG; ///< magnification factor for Metafont calls
protected: