Nicolas Cannasse преди 16 години
родител
ревизия
6f970396d7
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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_add = Lib.load("std","int32_add",2);
 	static var int32_shl = Lib.load("std","int32_shl",2);
+	static function __string() { return untyped "Date".__s; }
 
 }