X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fruntime.cpp;h=7475c909bce6336be45340a4d71fff12f88df6ca;hb=83ed3de28841d1eecfca39ff540e804cf6809b32;hp=18a06bf75154b9ec77b56b1545330e80b5ce50a3;hpb=f90ec88e6728ce865bcf892c810a36abd90d9001;p=blank.git diff --git a/src/runtime.cpp b/src/runtime.cpp index 18a06bf..7475c90 100644 --- a/src/runtime.cpp +++ b/src/runtime.cpp @@ -11,7 +11,7 @@ using namespace std; namespace blank { -Runtime::Runtime() +Runtime::Runtime() noexcept : name("blank") , mode(NORMAL) , n(0)