X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2Finit.cpp;h=78a83e1df190d741c170c2823d7a07f578daa8e6;hb=d2f4c8720ae2326fac4203fa4984d835e875b355;hp=fea5653cf1cf6499bb378b22286169cf2c15fff8;hpb=fcdce6d72f97d4749c0f120e22e8be00e88ebc6e;p=blank.git diff --git a/src/app/init.cpp b/src/app/init.cpp index fea5653..78a83e1 100644 --- a/src/app/init.cpp +++ b/src/app/init.cpp @@ -139,7 +139,7 @@ InitAL::InitAL() { } } -InitAL::~InitAL() { +InitAL::~InitAL() throw(AlutError) { if (!alutExit()) { throw AlutError(alutGetError(), "alutExit"); }