]> git.tdb.fi Git - libs/al.git/blobdiff - source/device.h
Add Streamer class
[libs/al.git] / source / device.h
index 4c80d9eb84e64e64820332f35671bf0799b2559e..1a4692d909292fb685993255c84685ee761e59f2 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #ifndef MSP_AL_DEVICE_H_
@@ -22,6 +22,8 @@ private:
 public:
        Device();
        Device(const std::string &);
+       ~Device();
+
        ALCdevice *get_device() { return dev; }
 };