Browse Source

optional RTTI

Nicolas Cannasse 18 years ago
parent
commit
f0f8f8b9a3
1 changed files with 1 additions and 1 deletions
  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)