Fix crash when using SourceFile.File when the reference no long exists

This commit is contained in:
Sam Vervaeck 2023-06-05 12:16:54 +02:00
parent bc25ef77e4
commit ebe1612112
Signed by: samvv
SSH key fingerprint: SHA256:dIg0ywU1OP+ZYifrYxy8c5esO72cIKB+4/9wkZj1VaY

View file

@ -2003,7 +2003,7 @@ namespace bolt {
public: public:
TextFile& File; TextFile File;
InferContext* Ctx; InferContext* Ctx;
std::vector<Node*> Elements; std::vector<Node*> Elements;