X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fcore%2Futil%2FSecond.hpp;h=3c9e9440b3183aaef91cdc72bd36151544f92c3d;hb=7512c4429857d8b048c89ac94b9b631a5e912280;hp=89fc062be470fe6f7b4d1c1f2729a7e3cb75f95e;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/include/anna/core/util/Second.hpp b/include/anna/core/util/Second.hpp index 89fc062..3c9e944 100644 --- a/include/anna/core/util/Second.hpp +++ b/include/anna/core/util/Second.hpp @@ -1,4 +1,4 @@ -// ANNA - Anna is Not 'N' Anymore +// ANNA - Anna is Not Nothingness Anymore // // (c) Copyright 2005-2014 Eduardo Ramos Testillano & Francisco Ruiz Rayo // @@ -53,7 +53,7 @@ class Microsecond; class Second { public: #ifdef __anna64__ - typedef Integer64 type_t; + typedef S64 type_t; #else typedef int type_t; #endif