Browse Source

Compile fix.

Frank Zago 14 years ago
parent
commit
78b5e11b93
1 changed files with 1 additions and 1 deletions
  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;