Make seek and tell thread-safe (bug #245)

This commit is contained in:
Bart van Strien
2011-07-02 16:43:56 +02:00
parent f993fe99d3
commit 404a3d529c
7 changed files with 34 additions and 8 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ namespace null
{
}
float Source::tell(Source::Unit) const
float Source::tell(Source::Unit)
{
return 0.0f;
}