aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/classes.ml
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/classes.ml')
-rw-r--r--toplevel/classes.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/classes.ml b/toplevel/classes.ml
index dbabf6160..b3b9efcef 100644
--- a/toplevel/classes.ml
+++ b/toplevel/classes.ml
@@ -231,7 +231,7 @@ let new_instance ?(abstract=false) ?(global=false) ctx (instid, bk, cl) props
k.cl_projs;
c :: props, rest'
with Not_found ->
- (CHole (Pp.dummy_loc, Some Evd.GoalEvar) :: props), rest
+ (CHole (Pp.dummy_loc, Some Evar_kinds.GoalEvar) :: props), rest
else props, rest)
([], props) k.cl_props
in