Browse Source

optional RTTI

Nicolas Cannasse 18 năm trước cách đây
mục cha
commit
f0f8f8b9a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)