diff --git a/gen/dvalue.h b/gen/dvalue.h index 03856249..c5f83bf3 100644 --- a/gen/dvalue.h +++ b/gen/dvalue.h @@ -41,7 +41,7 @@ struct DFuncValue; struct DSliceValue; // base class for d-values -struct DValue : Object +struct DValue { Type* type; DValue(Type* ty) : type(ty) {}