Fix crash when using SourceFile.File when the reference no long exists
This commit is contained in:
parent
bc25ef77e4
commit
ebe1612112
1 changed files with 1 additions and 1 deletions
|
@ -2003,7 +2003,7 @@ namespace bolt {
|
|||
|
||||
public:
|
||||
|
||||
TextFile& File;
|
||||
TextFile File;
|
||||
InferContext* Ctx;
|
||||
|
||||
std::vector<Node*> Elements;
|
||||
|
|
Loading…
Reference in a new issue