summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/AlsaDriver.cpp')
-rw-r--r--src/AlsaDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp
index 6b832eb..55a95df 100644
--- a/src/AlsaDriver.cpp
+++ b/src/AlsaDriver.cpp
@@ -516,7 +516,7 @@ AlsaDriver::create_refresh_port()
void*
AlsaDriver::refresh_main(void* me)
{
- auto* ad = (AlsaDriver*)me;
+ auto* ad = static_cast<AlsaDriver*>(me);
ad->_refresh_main();
return nullptr;
}