]> git.localhorst.tv Git - blank.git/blobdiff - src/app/init.hpp
cleanup
[blank.git] / src / app / init.hpp
index 66c3345fa170a108ee71189648a0384ddc54c2b5..9385d44979b815078f609e332cf9617b08607e3c 100644 (file)
@@ -101,7 +101,7 @@ class InitAL {
 
 public:
        InitAL();
-       ~InitAL();
+       ~InitAL() throw(AlutError);
 
        InitAL(const InitAL &) = delete;
        InitAL &operator =(const InitAL &) = delete;