X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcontext.h;h=10b9061cc7e7fe0bcf396e1709ff7c950ce99a54;hb=58dc1e7c15f928d0f861a20c46f2be4112bf5baf;hp=93cb0e886485c099536fe7c873dc90406c3329cd;hpb=35ea5cc8d1eb8c806885d27441548f630e7b1266;p=libs%2Fal.git diff --git a/source/context.h b/source/context.h index 93cb0e8..10b9061 100644 --- a/source/context.h +++ b/source/context.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_CONTEXT_H_ @@ -22,6 +22,7 @@ private: public: Context(Device &); + ~Context(); }; } // namespace AL