aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/class.ml
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/class.ml')
-rw-r--r--toplevel/class.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/toplevel/class.ml b/toplevel/class.ml
index fa29cac59..e0339768e 100644
--- a/toplevel/class.ml
+++ b/toplevel/class.ml
@@ -269,7 +269,8 @@ let build_id_coercion idf_opt source =
DefinitionEntry
{ const_entry_body = mkCast (val_f, typ_f);
const_entry_type = Some typ_f;
- const_entry_opaque = false } in
+ const_entry_opaque = false;
+ const_entry_boxed = false} in
let (_,kn) = declare_constant idf (constr_entry,Decl_kinds.IsDefinition) in
ConstRef kn