X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdevice.h;h=1a4692d909292fb685993255c84685ee761e59f2;hb=58dc1e7c15f928d0f861a20c46f2be4112bf5baf;hp=4c80d9eb84e64e64820332f35671bf0799b2559e;hpb=35ea5cc8d1eb8c806885d27441548f630e7b1266;p=libs%2Fal.git diff --git a/source/device.h b/source/device.h index 4c80d9e..1a4692d 100644 --- a/source/device.h +++ b/source/device.h @@ -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; } };