aboutsummaryrefslogtreecommitdiff
path: root/include/mglpp/graphics
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-03-09 01:20:00 +0100
committerdec05eba <dec05eba@protonmail.com>2022-03-09 01:20:00 +0100
commite8113a53d8b9d91db3728ac875b49b17a1ed6659 (patch)
tree6701a024ca0d103b0cca141f507f70be5eff7cbc /include/mglpp/graphics
parent37d6eeddea15ccfb79dc565fdc6b0e9aa0eaeffb (diff)
Fix compile on clang
Diffstat (limited to 'include/mglpp/graphics')
-rw-r--r--include/mglpp/graphics/VertexBuffer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mglpp/graphics/VertexBuffer.hpp b/include/mglpp/graphics/VertexBuffer.hpp
index e2e32b8..79adeb0 100644
--- a/include/mglpp/graphics/VertexBuffer.hpp
+++ b/include/mglpp/graphics/VertexBuffer.hpp
@@ -10,7 +10,7 @@ extern "C" {
namespace mgl {
class Texture;
- class Vertex;
+ struct Vertex;
class VertexBuffer : public Drawable {
public: