浏览代码

Compile fix.

Frank Zago 14 年之前
父节点
当前提交
78b5e11b93
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/ERMInterpreter.h

+ 1 - 1
lib/ERMInterpreter.h

@@ -317,7 +317,7 @@ namespace VERMInterpreter
 	}
 
 	template<typename T, typename SecType>
-	bool isA(SecType & opt)
+	bool isA(const SecType & opt)
 	{
 		if(opt.type() == typeid(T))
 			return true;