X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2Finit.hpp;h=9385d44979b815078f609e332cf9617b08607e3c;hb=d2f4c8720ae2326fac4203fa4984d835e875b355;hp=66c3345fa170a108ee71189648a0384ddc54c2b5;hpb=9ebe2c320fd9f94266ab93fa2f9d9908a0a284d3;p=blank.git diff --git a/src/app/init.hpp b/src/app/init.hpp index 66c3345..9385d44 100644 --- a/src/app/init.hpp +++ b/src/app/init.hpp @@ -101,7 +101,7 @@ class InitAL { public: InitAL(); - ~InitAL(); + ~InitAL() throw(AlutError); InitAL(const InitAL &) = delete; InitAL &operator =(const InitAL &) = delete;