We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c06c80 commit d2f31daCopy full SHA for d2f31da
1 file changed
distrho/extra/WebViewImpl.cpp
@@ -948,7 +948,7 @@ struct QSize {
948
S NAME = reinterpret_cast<S>(dlsym(nullptr, #SN)); \
949
DISTRHO_SAFE_ASSERT_RETURN(NAME != nullptr, false);
950
951
-static void web_wake_idle(void* const ptr)
+static int web_wake_idle(void* const ptr)
952
{
953
WebViewRingBuffer* const shmptr = static_cast<WebViewRingBuffer*>(ptr);
954
@@ -996,6 +996,7 @@ static void web_wake_idle(void* const ptr)
996
}
997
998
free(buffer);
999
+ return 0;
1000
1001
1002
// -----------------------------------------------------------------------------------------------------------
0 commit comments