summaryrefslogtreecommitdiff
path: root/c++/window-opengl/gl_context.h
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2023-09-19 16:09:54 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2023-09-19 16:09:54 +0200
commit288a74deb3d5f7dfa38a629adb3e06a6d5ebfcb6 (patch)
tree88ac9524aaa7888cb27bebdccc5ec1b6c844f94f /c++/window-opengl/gl_context.h
parentbaad21805adde570729b67e2c320f22ddab9e439 (diff)
window-opengl: Changing gl to gpu names
Diffstat (limited to 'c++/window-opengl/gl_context.h')
-rw-r--r--c++/window-opengl/gl_context.h2
1 files changed, 1 insertions, 1 deletions
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<typename T>
-class gl_context;
+class gpu_context;
}