summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/dvisvgm-src/src/FontCache.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvisvgm/dvisvgm-src/src/FontCache.hpp')
-rw-r--r--Build/source/texk/dvisvgm/dvisvgm-src/src/FontCache.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvisvgm/dvisvgm-src/src/FontCache.hpp b/Build/source/texk/dvisvgm/dvisvgm-src/src/FontCache.hpp
index f58997ae036..7cdfe4d16eb 100644
--- a/Build/source/texk/dvisvgm/dvisvgm-src/src/FontCache.hpp
+++ b/Build/source/texk/dvisvgm/dvisvgm-src/src/FontCache.hpp
@@ -42,8 +42,8 @@ class FontCache
};
public:
- FontCache ();
- ~FontCache ();
+ FontCache () : _changed(false) {}
+ ~FontCache () {clear();}
bool read (const char *fontname, const char *dir);
bool read (const char *fontname, std::istream &is);
bool write (const char *dir) const;