Updated license
[anna.git] / include / anna / core / util / TextVariable.hpp
index bf7336b..f757a57 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
 //
@@ -73,7 +73,7 @@ public:
    * AsignaciĆ³n a entero de 64 bits.
    * \param value Valor a asignar a esta variable.
    */
-  TextVariable& operator= (const Integer64 value) throw(RuntimeException) { setValue(value); return *this; }
+  TextVariable& operator= (const S64 value) throw(RuntimeException) { setValue(value); return *this; }
 
   /**
    * AsignaciĆ³n a flotante.