浏览代码

optional RTTI

Nicolas Cannasse 18 年之前
父节点
当前提交
f0f8f8b9a3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)