aboutsummaryrefslogtreecommitdiff
path: root/src/hb-cff-interp-dict-common.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/hb-cff-interp-dict-common.hh')
-rw-r--r--src/hb-cff-interp-dict-common.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hb-cff-interp-dict-common.hh b/src/hb-cff-interp-dict-common.hh
index a520ca3bc..79fe9b42c 100644
--- a/src/hb-cff-interp-dict-common.hh
+++ b/src/hb-cff-interp-dict-common.hh
@@ -179,6 +179,8 @@ struct top_dict_opset_t : dict_opset_t
template <typename OPSET, typename PARAM, typename ENV=num_interp_env_t>
struct dict_interpreter_t : interpreter_t<ENV>
{
+ dict_interpreter_t (ENV& env_) : interpreter_t<ENV> (env_) {}
+
bool interpret (PARAM& param)
{
param.init ();