]> git.tdb.fi Git - libs/al.git/blobdiff - source/device.h
Drop copyright notices and Id tags from source files
[libs/al.git] / source / device.h
index d96901fabe1ad8d39cd7a4bebfd086952de6983a..4384aa41f33229682e20603ddd1c6b2907041e38 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_DEVICE_H_
 #define MSP_AL_DEVICE_H_
 
@@ -22,6 +15,8 @@ private:
 public:
        Device();
        Device(const std::string &);
+       ~Device();
+
        ALCdevice *get_device() { return dev; }
 };