mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
Mark tmpDir as const
This commit is contained in:
parent
2fe629c5d4
commit
c7603c61c8
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ private:
|
||||||
const bool compress;
|
const bool compress;
|
||||||
const Descriptor logFD;
|
const Descriptor logFD;
|
||||||
|
|
||||||
ref<AutoDelete> tmpDir;
|
const ref<const AutoDelete> tmpDir;
|
||||||
|
|
||||||
struct State
|
struct State
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue