summaryrefslogtreecommitdiffstats
path: root/src/openal/openalaspect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openal/openalaspect.h')
-rw-r--r--src/openal/openalaspect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openal/openalaspect.h b/src/openal/openalaspect.h
index c5cab24de..8148be486 100644
--- a/src/openal/openalaspect.h
+++ b/src/openal/openalaspect.h
@@ -62,8 +62,8 @@ public:
// AbstractAspect interface
protected:
- void registerAspectHelper(Node *rootObject) Q_DECL_OVERRIDE;
- void unregisterAspectHelper(Node *rootObject) Q_DECL_OVERRIDE;
+ void registerAspectHelper(Entity *rootObject) Q_DECL_OVERRIDE;
+ void unregisterAspectHelper(Entity *rootObject) Q_DECL_OVERRIDE;
void initializeHelper(QAspectManager *aspectManager) Q_DECL_OVERRIDE;
void cleanupHelper() Q_DECL_OVERRIDE;
};