Frank Zago 14 gadi atpakaļ
vecāks
revīzija
78b5e11b93
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;