Frank Zago 14 anni fa
parent
commit
78b5e11b93
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;