]> git.localhorst.tv Git - blank.git/blobdiff - src/app/init.cpp
cleanup
[blank.git] / src / app / init.cpp
index fea5653cf1cf6499bb378b22286169cf2c15fff8..78a83e1df190d741c170c2823d7a07f578daa8e6 100644 (file)
@@ -139,7 +139,7 @@ InitAL::InitAL() {
        }
 }
 
-InitAL::~InitAL() {
+InitAL::~InitAL() throw(AlutError) {
        if (!alutExit()) {
                throw AlutError(alutGetError(), "alutExit");
        }