Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2020-08-13 15:18:17 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-08-13 15:20:24 +0300
commita6447ca72d0258b95da30350b0a99244ce4ff5e1 (patch)
tree82c545c225b302406899a1b512c985ecff8c0322 /source/blender/gpu
parentd52f28380bab49dcba9c005b02207a1c23f86309 (diff)
GPU: Fix MSVC warning
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/opengl/gl_context.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/opengl/gl_context.hh b/source/blender/gpu/opengl/gl_context.hh
index f3ff5cb47f4..0b762c939f1 100644
--- a/source/blender/gpu/opengl/gl_context.hh
+++ b/source/blender/gpu/opengl/gl_context.hh
@@ -51,7 +51,7 @@ class GLSharedOrphanLists {
void orphans_clear(void);
};
-class GLContext : public GPUContext {
+struct GLContext : public GPUContext {
/* TODO(fclem) these needs to become private. */
public:
/** Default VAO for procedural draw calls. */