Browse Source

minor fix

Nicolas Cannasse 16 years ago
parent
commit
6f970396d7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/neko/NekoDate__.hx

+ 1 - 0
std/neko/NekoDate__.hx

@@ -102,6 +102,7 @@ class NekoDate__ //implements Date
 	static var int32_to_float = Lib.load("std","int32_to_float",1);
 	static var int32_to_float = Lib.load("std","int32_to_float",1);
 	static var int32_add = Lib.load("std","int32_add",2);
 	static var int32_add = Lib.load("std","int32_add",2);
 	static var int32_shl = Lib.load("std","int32_shl",2);
 	static var int32_shl = Lib.load("std","int32_shl",2);
+	static function __string() { return untyped "Date".__s; }
 
 
 }
 }