summaryrefslogtreecommitdiffstats
path: root/src/core/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/entity.h')
-rw-r--r--src/core/entity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/entity.h b/src/core/entity.h
index e79856e70..8b590d220 100644
--- a/src/core/entity.h
+++ b/src/core/entity.h
@@ -54,7 +54,7 @@ class Component;
typedef QList<Component*> ComponentList;
-class Entity : public Node
+class QT3DCORESHARED_EXPORT Entity : public Node
{
Q_OBJECT