fixup compile errors and allow fetching property properly from cache

Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
Folling 2023-11-27 13:13:54 +01:00 committed by Folling
parent 92d97861e6
commit 78a15b759d
Signed by: folling
SSH key fingerprint: SHA256:S9qEx5WCFFLK49tE/LKnKuJYM5sw+++Dn6qJbbyxnCY
21 changed files with 213 additions and 122 deletions

View file

@ -14,5 +14,5 @@ FunctionContext::~FunctionContext() {
_project->error_infos = {};
}
_project->_function_contexts.pop();
_project->_function_contexts.pop_back();
}