summaryrefslogtreecommitdiffstats
path: root/src/runtime/Qt3DSComponentManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Qt3DSComponentManager.h')
-rw-r--r--src/runtime/Qt3DSComponentManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/Qt3DSComponentManager.h b/src/runtime/Qt3DSComponentManager.h
index 6ede073..6933ab4 100644
--- a/src/runtime/Qt3DSComponentManager.h
+++ b/src/runtime/Qt3DSComponentManager.h
@@ -93,7 +93,7 @@ public: // Slide
void PlaythroughToSlide(TElement *inComponent);
void applyQueuedChanges(TElement *component) override;
void queueChange(TElement *component, TElement *target, const char *attName,
- const char *value) override;
+ const char *value, Q3DStudio::TAttributeHash attrHash) override;
bool hasSlideChangeQueued(TElement *component) override;
UINT8 GetSlideCount(TElement *inComponent) override;