X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcontext.h;h=5f82418d3cb2840add2dbe9abd157606b6c03ba2;hb=14008b157c64752ba7c1cef831124992c35c4646;hp=93cb0e886485c099536fe7c873dc90406c3329cd;hpb=35ea5cc8d1eb8c806885d27441548f630e7b1266;p=libs%2Fal.git diff --git a/source/context.h b/source/context.h index 93cb0e8..5f82418 100644 --- a/source/context.h +++ b/source/context.h @@ -1,10 +1,3 @@ -/* $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_ @@ -22,6 +15,7 @@ private: public: Context(Device &); + ~Context(); }; } // namespace AL