]> git.localhorst.tv Git - blank.git/blobdiff - src/runtime.hpp
minor optimizations in chunk
[blank.git] / src / runtime.hpp
index 1fbc4db4fc3b8c27117e8c1e5204d5fab82d29f2..014cd3224239aa5c28fa0d537e6ef9446523b31b 100644 (file)
@@ -19,7 +19,7 @@ public:
                ERROR,
        };
 
-       Runtime();
+       Runtime() noexcept;
 
        void ReadArgs(int argc, const char *const *argv);