summaryrefslogtreecommitdiffstats
path: root/src/runtime/Qt3DSIComponentManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Qt3DSIComponentManager.h')
-rw-r--r--src/runtime/Qt3DSIComponentManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/Qt3DSIComponentManager.h b/src/runtime/Qt3DSIComponentManager.h
index 50afe05..2008e01 100644
--- a/src/runtime/Qt3DSIComponentManager.h
+++ b/src/runtime/Qt3DSIComponentManager.h
@@ -122,7 +122,7 @@ public: // Slides
virtual const CHAR *GetCurrentSlideName(TElement *inComponent) = 0;
virtual void applyQueuedChanges(TElement *component) = 0;
virtual void queueChange(TElement *component, TElement *target, const char *attName,
- const char *value) = 0;
+ const char *value, TAttributeHash attrHash) = 0;
virtual bool hasSlideChangeQueued(TElement *component) = 0;
virtual void OnElementDeactivated(TElement *inElement) = 0;