Fix compilation after merge

This commit is contained in:
Lynix
2022-02-27 20:18:36 +01:00
parent 4c226eda0c
commit 1e606f3043
3 changed files with 9 additions and 2 deletions

View File

@@ -27,7 +27,8 @@ namespace Nz::ShaderAst
inline const UsageSet& GetUsage() const;
void Process(Statement& statement, const Config& config = {});
inline void Process(Statement& statement);
void Process(Statement& statement, const Config& config);
inline void Resolve();