Updated license
[anna.git] / include / anna / core / util / Second.hpp
index 89fc062..3c9e944 100644 (file)
@@ -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