]> git.localhorst.tv Git - blobs.git/blobdiff - src/app/init.hpp
more stolen stuff
[blobs.git] / src / app / init.hpp
index ba263c4b38138a6dec54aaaf24cd177f0bc93868..63334e89aa46d403ab7930ba5dd3ba586f5b90f8 100644 (file)
@@ -8,6 +8,7 @@
 
 
 namespace blobs {
+namespace app {
 
 class AlutError
 : public std::runtime_error {
@@ -195,6 +196,7 @@ struct Init {
 
 };
 
+}
 }
 
 #endif