]> git.tdb.fi Git - libs/al.git/blobdiff - source/streamer.h
Update Build file with new builder features
[libs/al.git] / source / streamer.h
index 1ae3db3927d0fe615c6d92319b1d030033f4c0ae..7843e9e8a0497e265bda373c55a557e99fa2f4a0 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspal
-Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_AL_STREAMER_H_
 #define MSP_AL_STREAMER_H_
 
@@ -26,7 +19,7 @@ class Streamer
 {
 private:
        Source &src;
-       Sound  *snd;
+       Sound *snd;
        std::list<Buffer *> buffers;
 
 public: