mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
Fix friend struct
/class
mismatch warning
This commit is contained in:
parent
c40e2afd33
commit
05b9dac754
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ public:
|
||||||
bindings = newBindings;
|
bindings = newBindings;
|
||||||
}
|
}
|
||||||
|
|
||||||
friend class ExprAttrs;
|
friend struct ExprAttrs;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue