X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcontext.h;h=7bb67af3b4bf8726de1e7d79fad293b164df8959;hb=635bc62fa1795f910b7e95aed6592856e17118d8;hp=93cb0e886485c099536fe7c873dc90406c3329cd;hpb=35ea5cc8d1eb8c806885d27441548f630e7b1266;p=libs%2Fal.git diff --git a/source/context.h b/source/context.h index 93cb0e8..7bb67af 100644 --- a/source/context.h +++ b/source/context.h @@ -1,14 +1,11 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Diestributed under the LGPL -*/ - #ifndef MSP_AL_CONTEXT_H_ #define MSP_AL_CONTEXT_H_ +#ifdef __APPLE__ +#include +#else #include +#endif namespace Msp { namespace AL { @@ -22,6 +19,7 @@ private: public: Context(Device &); + ~Context(); }; } // namespace AL