Copy path field
This commit is contained in:
parent
f52cb6ad2a
commit
821ecf5105
|
@ -49,6 +49,7 @@ private struct CacheEntry
|
|||
void opAssign(ref const CacheEntry other)
|
||||
{
|
||||
this.symbols = cast(typeof(symbols)) other.symbols;
|
||||
this.path = other.path;
|
||||
this.modificationTime = other.modificationTime;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue