summaryrefslogtreecommitdiffstats
path: root/src/logic/handle_types_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/logic/handle_types_p.h')
-rw-r--r--src/logic/handle_types_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logic/handle_types_p.h b/src/logic/handle_types_p.h
index d137a4047..106241e2c 100644
--- a/src/logic/handle_types_p.h
+++ b/src/logic/handle_types_p.h
@@ -59,7 +59,7 @@ namespace Qt3DLogic {
namespace Logic {
class Handler;
-typedef Qt3DCore::QHandle<Handler, 16> HHandler;
+typedef Qt3DCore::QHandle<Handler> HHandler;
} // namespace Logic
} // namespace Qt3DLogic