diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-08 09:55:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-08 09:55:20 +0100 |
| commit | 3ac1487997a968278c69728bd5eaa5dcf03b66ca (patch) | |
| tree | dd487956bfe7458826ae7b23e8c8c30f8091bfac /src | |
| parent | 331b2f8297b2b8a6db07a22dbbff7f913fe7a2f1 (diff) | |
Some comments and test tweaks.
Diffstat (limited to 'src')
| -rw-r--r-- | src/load_font_node.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/load_font_node.h b/src/load_font_node.h index 58e5920a..3ff70497 100644 --- a/src/load_font_node.h +++ b/src/load_font_node.h @@ -35,6 +35,8 @@ public: LoadFontNode (std::string id_) : id (id_) {} + + virtual ~LoadFontNode () {} std::string id; }; |
