mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-19 06:13:14 +01:00
DValue: Do not uselessly inherit from Object.
This commit is contained in:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user