GPU: Fix MSVC warning

This commit is contained in:
2020-08-13 14:18:17 +02:00
parent d52f28380b
commit a6447ca72d

View File

@@ -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. */