From ebc1c7936a21a3b8061926709eaffd818d61a567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 8 Aug 2023 13:55:35 +0200 Subject: [PATCH] Audio: minor. --- src/Magnum/Audio/Playable.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/Audio/Playable.cpp b/src/Magnum/Audio/Playable.cpp index 00bb5a502..dcf15e38b 100644 --- a/src/Magnum/Audio/Playable.cpp +++ b/src/Magnum/Audio/Playable.cpp @@ -55,11 +55,11 @@ template void Playable::clean(const MatrixTy /** @todo velocity */ } -template PlayableGroup* Playable::playables() { +template PlayableGroup* Playable::playables() { return static_cast*>(this->group()); } -template const PlayableGroup* Playable::playables() const { +template const PlayableGroup* Playable::playables() const { return static_cast*>(this->group()); }