summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/instanced-arrays-qml/instancebuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/instanced-arrays-qml/instancebuffer.h')
-rw-r--r--examples/qt3d/instanced-arrays-qml/instancebuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/instanced-arrays-qml/instancebuffer.h b/examples/qt3d/instanced-arrays-qml/instancebuffer.h
index 6bea7ca97..6ff61d47c 100644
--- a/examples/qt3d/instanced-arrays-qml/instancebuffer.h
+++ b/examples/qt3d/instanced-arrays-qml/instancebuffer.h
@@ -37,7 +37,7 @@
#ifndef INSTANCEBUFFER_H
#define INSTANCEBUFFER_H
-#include <Qt3DRenderer/QBuffer>
+#include <Qt3DRender/QBuffer>
class InstanceBuffer : public Qt3DRender::QBuffer
{