From d20cf5f854fa5482c617d6ea355917435c98b038 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 31 Dec 2021 12:01:00 +0000 Subject: Allow glRef to accept lambdas --- gfx/gl/glSource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gfx/gl/glSource.h') diff --git a/gfx/gl/glSource.h b/gfx/gl/glSource.h index e44c5a2..7b43c48 100644 --- a/gfx/gl/glSource.h +++ b/gfx/gl/glSource.h @@ -6,7 +6,7 @@ #include struct GLsource { - using ShaderRef = glRef; + using ShaderRef = glRef; const GLchar * text; GLint len; -- cgit v1.2.3