Explorar o código

optional RTTI

Nicolas Cannasse %!s(int64=18) %!d(string=hai) anos
pai
achega
f0f8f8b9a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/neko/db/Object.hx

+ 1 - 1
std/neko/db/Object.hx

@@ -28,7 +28,7 @@ package neko.db;
 	SPOD Object : the persistent object base type. See the tutorial on haXe
 	website to learn how to use SPOD.
 **/
-class Object implements haxe.rtti.Infos {
+class Object #if spod_rtti implements haxe.rtti.Infos #end {
 
 /*
 	(optional)