From 288a74deb3d5f7dfa38a629adb3e06a6d5ebfcb6 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 19 Sep 2023 16:09:54 +0200 Subject: window-opengl: Changing gl to gpu names --- c++/window-opengl/gl_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c++/window-opengl/gl_context.h') diff --git a/c++/window-opengl/gl_context.h b/c++/window-opengl/gl_context.h index 9f684fb..685e527 100644 --- a/c++/window-opengl/gl_context.h +++ b/c++/window-opengl/gl_context.h @@ -36,7 +36,7 @@ public: }; template -class gl_context; +class gpu_context; } -- cgit v1.2.3