Fix compilation

This commit is contained in:
Jérôme Leclercq 2022-04-01 14:56:03 +02:00
parent 7c640f5c00
commit c04b650e7c
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ namespace Nz::ShaderAst
return str;
}
std::string ShaderAst::ToString(const ExpressionType& type, const Stringifier& stringifier)
std::string ToString(const ExpressionType& type, const Stringifier& stringifier)
{
return std::visit([&](auto&& arg)
{