From 88864f8e3a4d87566d157ac176da3cb56257ca6d Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Tue, 24 Sep 2024 16:03:47 -0500 Subject: More work on standup. --- src/sdl_context.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sdl_context.hpp') diff --git a/src/sdl_context.hpp b/src/sdl_context.hpp index 7b96df7..77aad72 100644 --- a/src/sdl_context.hpp +++ b/src/sdl_context.hpp @@ -12,7 +12,7 @@ class SdlContext { int setAttribute(SDL_GLattr attr, int value) const; - consteval const char* glslVersion() + constexpr const char* glslVersion() { #if defined(IMGUI_IMPL_OPENGL_ES2) // GL ES 2.0 + GLSL 100 -- cgit v1.2.3