Another OS X warning fix.
authorCarl Hetherington <cth@carlh.net>
Thu, 4 Jun 2015 11:16:35 +0000 (12:16 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 4 Jun 2015 11:16:35 +0000 (12:16 +0100)
src/lib/audio_stream.h

index 4dce27d4aaec1958344c7fdd4f379489803a9f85..757d2ea296e3b8876d9761da35b0bba796a3cc49 100644 (file)
@@ -50,7 +50,7 @@ protected:
        mutable boost::mutex _mutex;
 
 private:
-       friend class audio_sampling_rate_test;
+       friend struct audio_sampling_rate_test;
        
        int _frame_rate;
        AudioMapping _mapping;