Skip to content

Commit 4465d0a

Browse files
committed
Fix Android Building (oops)
1 parent 85b877f commit 4465d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/android/SoundSystemSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void SoundSystemSL::removePlayer(SLAndroidSimpleBufferQueueItf caller, void* con
8383
toRemove.push_back((SLObjectItf) context);
8484
pthread_mutex_unlock(&toRemoveMutex);
8585
}
86-
::
86+
8787
void SoundSystemSL::removeStoppedSounds()
8888
{
8989
pthread_mutex_lock(&toRemoveMutex);

0 commit comments

Comments
 (0)