summaryrefslogtreecommitdiffstats
path: root/src/core/resources/qframeallocator_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/resources/qframeallocator_p.h')
-rw-r--r--src/core/resources/qframeallocator_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/resources/qframeallocator_p.h b/src/core/resources/qframeallocator_p.h
index b3ded0760..4c2b5a961 100644
--- a/src/core/resources/qframeallocator_p.h
+++ b/src/core/resources/qframeallocator_p.h
@@ -68,7 +68,7 @@ namespace Qt3DCore {
class QFrameAllocatorPrivate;
-class QT3DCORE_PRIVATE_EXPORT QFrameAllocator
+class Q_3DCORE_PRIVATE_EXPORT QFrameAllocator
{
public:
explicit QFrameAllocator(uint maxObjectSize, uint alignment = 16, uint pageSize = 128);