X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcontext.h;h=5f82418d3cb2840add2dbe9abd157606b6c03ba2;hb=14008b157c64752ba7c1cef831124992c35c4646;hp=de26ac71aa8733b54dd1cd9c79db8ccc36c684c5;hpb=8e69eba7dc53233c169152bdf654f032fcd0629f;p=libs%2Fal.git diff --git a/source/context.h b/source/context.h index de26ac7..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 -Distributed under the LGPL -*/ - #ifndef MSP_AL_CONTEXT_H_ #define MSP_AL_CONTEXT_H_ @@ -22,6 +15,7 @@ private: public: Context(Device &); + ~Context(); }; } // namespace AL